more constants
parent
4ecd7fff42
commit
b993a1c588
|
@ -141,10 +141,12 @@ void unix_constants()
|
||||||
constant(EINTR);
|
constant(EINTR);
|
||||||
constant(EAGAIN);
|
constant(EAGAIN);
|
||||||
constant(EINPROGRESS);
|
constant(EINPROGRESS);
|
||||||
constant(PROT_READ);
|
constant(PROT_READ);
|
||||||
constant(PROT_WRITE);
|
constant(PROT_WRITE);
|
||||||
constant(MAP_FILE);
|
constant(MAP_FILE);
|
||||||
constant(MAP_SHARED);
|
constant(MAP_SHARED);
|
||||||
|
grovel(pid_t);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
@ -158,6 +160,10 @@ int main() {
|
||||||
openbsd_stat();
|
openbsd_stat();
|
||||||
openbsd_types();
|
openbsd_types();
|
||||||
#endif
|
#endif
|
||||||
|
grovel(blkcnt_t);
|
||||||
|
grovel(blksize_t);
|
||||||
|
//grovel(fflags_t);
|
||||||
|
grovel(ssize_t);
|
||||||
|
|
||||||
#ifdef UNIX
|
#ifdef UNIX
|
||||||
unix_types();
|
unix_types();
|
||||||
|
|
Loading…
Reference in New Issue