source:
kBuild/trunk/src/ash/win/unistd.h@
813
Last change on this file since 813 was 636, checked in by , 18 years ago | |
---|---|
File size: 158 bytes |
Line | |
---|---|
1 | #include "mscfakes.h" |
2 | #include "getopt.h" |
3 | #include "process.h" |
4 | |
5 | #define _SC_CLK_TCK 0x101 |
6 | long _sysconf(int); |
7 | pid_t fork(void); |
8 | pid_t getpid(void); |
9 |
Note:
See TracBrowser
for help on using the repository browser.