Changes in uspace/lib/c/include/unistd.h [0b4a67a:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/unistd.h
r0b4a67a r63f8966 37 37 38 38 #include <sys/types.h> 39 #include <time.h>40 39 #include <libarch/config.h> 41 40 42 41 #ifndef NULL 43 #define NULL ((void *) 0)42 #define NULL 0 44 43 #endif 45 44 … … 57 56 #define SEEK_END 2 58 57 #endif 58 59 typedef uint32_t useconds_t; 59 60 60 61 extern int dup2(int oldfd, int newfd);
Note:
See TracChangeset
for help on using the changeset viewer.