Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/unistd.h

    rf3b4051 r63f8966  
    3737
    3838#include <sys/types.h>
    39 #include <time.h>
    4039#include <libarch/config.h>
    4140
     
    5756        #define SEEK_END  2
    5857#endif
     58
     59typedef uint32_t useconds_t;
    5960
    6061extern int dup2(int oldfd, int newfd);
Note: See TracChangeset for help on using the changeset viewer.