Ignore:
File:
1 edited

Legend:

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

    r0b4a67a r63f8966  
    3737
    3838#include <sys/types.h>
    39 #include <time.h>
    4039#include <libarch/config.h>
    4140
    4241#ifndef NULL
    43         #define NULL    ((void *) 0)
     42        #define NULL  0
    4443#endif
    4544
     
    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.