Changeset 1519 for trunk/src/emx/include/InnoTekLIBC/sharedpm.h
- Timestamp:
- Sep 27, 2004, 4:15:07 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/sharedpm.h
-
Property cvs2svn:cvs-rev
changed from
1.6
to1.7
r1518 r1519 178 178 typedef __LIBC_SPMINHFHBSOCK *__LIBC_PSPMINHFHBSOCK; 179 179 180 /** 181 * SPM fs inherit data. 182 */ 183 typedef struct __libc_SPMInhFS 184 { 185 /** In Unix Tree global. */ 186 int fInUnixTree; 187 /** Size of the unix root. Only set if there's an official root. */ 188 size_t cchUnixRoot; 189 /** The current unix root if cchUnixRoot is non-zero. */ 190 char szUnixRoot[1]; 191 } __LIBC_SPMINHFS; 192 /** Pointer to FS inherit data. */ 193 typedef __LIBC_SPMINHFS *__LIBC_PSPMINHFS; 194 195 180 196 181 197 /** … … 191 207 * This is a succession of bundles terminating with a _END one. */ 192 208 __LIBC_PSPMINHFHBHDR pFHBundles; 209 /** Pointer to the file system part. If NULL default values are assumed. */ 210 __LIBC_PSPMINHFS pFS; 193 211 194 212 /** @todo Add signals and the other properties which are inherited. */ … … 559 577 * 560 578 * @returns 0 on success. 561 * @returns -1 and errnoon failure.579 * @returns Negative error code (errno.h) on failure. 562 580 * @param pLoadAvg Where to store the load average samples. 563 581 * @param puTimestamp Where to store the current timestamp. … … 569 587 * 570 588 * @returns 0 on success. 571 * @returns -1 and errnoon failure.589 * @returns Negative error code (errno.h) on failure. 572 590 * @param pLoadAvg Where to store the load average samples. 573 591 */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.