source:
kBuild/trunk/src/ash-messup/win/unistd.h@
1195
Last change on this file since 1195 was 881, checked in by , 18 years ago | |
---|---|
|
|
File size: 235 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 | #define getpid _getpid |
9 | |
10 | uid_t getuid(void); |
11 | uid_t geteuid(void); |
12 | gid_t getgid(void); |
13 | gid_t getegid(void); |
14 |
Note:
See TracBrowser
for help on using the repository browser.