source:
kBuild/trunk/src/ash/win/unistd.h@
1881
Last change on this file since 1881 was 819, checked in by , 18 years ago | |
---|---|
|
|
File size: 149 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.