Changeset 636 for trunk/src/ash/win/unistd.h
- Timestamp:
- Nov 26, 2006, 6:45:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash/win/unistd.h
r632 r636 1 1 #include "mscfakes.h" 2 2 #include "getopt.h" 3 #include "process.h" 3 4 4 5 #define _SC_CLK_TCK 0x101 5 6 long _sysconf(int); 7 pid_t fork(void); 8 pid_t getpid(void); 9
Note:
See TracChangeset
for help on using the changeset viewer.