Changeset 1272


Ignore:
Timestamp:
Feb 20, 2004, 1:05:07 PM (21 years ago)
Author:
bird
Message:

usleep().

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 to 1.14
    r1271 r1272  
    280280/** @todo void   sync(void); */
    281281/** @todo useconds_t     ualarm(useconds_t, useconds_t); */
    282 /** @todo int    usleep(useconds_t); */
     282int      usleep(useconds_t);
    283283/** @todo pid_t  vfork(void); */
    284284
  • trunk/src/emx/src/lib/libc.def

    • Property cvs2svn:cvs-rev changed from 1.48 to 1.49
    r1271 r1272  
    10791079    "__alloca"                                  @1104
    10801080
     1081    "__std_usleep" @1105
Note: See TracChangeset for help on using the changeset viewer.