Changeset 1272
- Timestamp:
- Feb 20, 2004, 1:05:07 PM (21 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/unistd.h
-
Property cvs2svn:cvs-rev
changed from
1.13
to1.14
r1271 r1272 280 280 /** @todo void sync(void); */ 281 281 /** @todo useconds_t ualarm(useconds_t, useconds_t); */ 282 /** @todo int usleep(useconds_t); */ 282 int usleep(useconds_t); 283 283 /** @todo pid_t vfork(void); */ 284 284 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/libc.def
-
Property cvs2svn:cvs-rev
changed from
1.48
to1.49
r1271 r1272 1079 1079 "__alloca" @1104 1080 1080 1081 "__std_usleep" @1105 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.