VirtualBox

Changeset 61097 in vbox for trunk/include/iprt/linux


Ignore:
Timestamp:
May 20, 2016 1:24:27 PM (9 years ago)
Author:
vboxsync
Message:

sysfs.h: spec clearification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/linux/sysfs.h

    r60427 r61097  
    132132 * Reads a string from a file opened with RTLinuxSysFsOpen or RTLinuxSysFsOpenV.
    133133 *
     134 * Expects to read the whole file, mind, and will return VERR_BUFFER_OVERFLOW if
     135 * that is not possible with the given buffer size.
     136 *
    134137 * @returns IPRT status code.
    135138 * @param   hFile       The file descriptor returned by RTLinuxSysFsOpen or RTLinuxSysFsOpenV.
     
    315318
    316319/**
    317  * Reads a string from a sysfs file.  If the file contains a newline, we only
    318  * return the text up until there.
     320 * Reads a string from a sysfs file.
     321 *
     322 * If the file contains a newline, we only return the text up until there.  This
     323 * differs from the RTLinuxSysFsReadStr() behaviour.
    319324 *
    320325 * @returns IPRT status code.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette