add constant to grovel

db4
erg 2008-03-30 01:14:28 -05:00
parent f49d26e8d0
commit b4d2a0b105
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#include <sys/socket.h>
#include <sys/errno.h>
#include <sys/mman.h>
#include <sys/syslimits.h>
#include <fcntl.h>
#include <unistd.h>
#endif
@ -146,6 +147,7 @@ void unix_constants()
constant(PROT_WRITE);
constant(MAP_FILE);
constant(MAP_SHARED);
constant(PATH_MAX);
grovel(pid_t);
}