Changeset 1454 for trunk/src/emx/include/unistd.h
- Timestamp:
- Sep 4, 2004, 8:22:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/unistd.h
-
Property cvs2svn:cvs-rev
changed from
1.15
to1.16
r1453 r1454 183 183 int dup(int); 184 184 int dup2(int, int); 185 /** @todo int eaccess(const char *, int); */ 185 int eaccess(const char *, int); 186 186 int execl(const char *, const char *, ...); 187 187 int execle(const char *, const char *, ...); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.