source:
kBuild/trunk/src/ash/win/sys/cdefs.h@
2186
Last change on this file since 2186 was 819, checked in by , 18 years ago | |
---|---|
|
|
File size: 161 bytes |
Line | |
---|---|
1 | #ifndef __sys_cdefs_h__ |
2 | #define __sys_cdefs_h__ |
3 | |
4 | #define __attribute__(a) |
5 | typedef int pid_t; |
6 | typedef unsigned short uid_t; |
7 | typedef unsigned short gid_t; |
8 | |
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.