Ignore:
Timestamp:
Sep 27, 2004, 4:15:07 AM (21 years ago)
Author:
bird
Message:

Big path handling change. Fixed wrong file headers. A new api or two. A bit of restructuring. And hopefully no new bug :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/sharedpm.h

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r1518 r1519  
    178178typedef __LIBC_SPMINHFHBSOCK *__LIBC_PSPMINHFHBSOCK;
    179179
     180
     181
     182
     183
     184
     185
     186
     187
     188
     189
     190
     191
     192
     193
     194
     195
    180196
    181197/**
     
    191207     * This is a succession of bundles terminating with a _END one. */
    192208    __LIBC_PSPMINHFHBHDR    pFHBundles;
     209
     210
    193211
    194212    /** @todo Add signals and the other properties which are inherited. */
     
    559577 *
    560578 * @returns 0 on success.
    561  * @returns -1 and errno on failure.
     579 * @returns on failure.
    562580 * @param   pLoadAvg    Where to store the load average samples.
    563581 * @param   puTimestamp Where to store the current timestamp.
     
    569587 *
    570588 * @returns 0 on success.
    571  * @returns -1 and errno on failure.
     589 * @returns on failure.
    572590 * @param   pLoadAvg    Where to store the load average samples.
    573591 */
Note: See TracChangeset for help on using the changeset viewer.