Changeset 1519 for trunk/src/emx/include/unistd.h
- Timestamp:
- Sep 27, 2004, 4:15:07 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/unistd.h
-
Property cvs2svn:cvs-rev
changed from
1.19
to1.20
r1518 r1519 408 408 409 409 410 #if !defined(_POSIX_SOURCE) 411 412 413 #endif 414 415 410 /* 411 * LIBC additions. 412 */ 413 #ifdef __BSD_VISIBLE 414 char *_getcwdux(char *, size_t); 415 #endif 416 417 418 /* 419 * EMX stuff. 420 */ 416 421 #if !defined(_POSIX_SOURCE) || defined(_WITH_UNDERSCORE) 417 422 /** @todo update this section to match the one without underscores as far as needed! */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.