diff options
Diffstat (limited to 'otherlibs/unix/getegid.c')
-rw-r--r-- | otherlibs/unix/getegid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getegid.c b/otherlibs/unix/getegid.c index f0864c95c..2d6a0a816 100644 --- a/otherlibs/unix/getegid.c +++ b/otherlibs/unix/getegid.c @@ -15,7 +15,7 @@ #include <mlvalues.h> #include "unixsupport.h" -value unix_getegid(void) /* ML */ +CAMLprim value unix_getegid(void) { return Val_int(getegid()); } |