diff options
Diffstat (limited to 'otherlibs/unix/getgid.c')
-rw-r--r-- | otherlibs/unix/getgid.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/otherlibs/unix/getgid.c b/otherlibs/unix/getgid.c deleted file mode 100644 index 81debfa058..0000000000 --- a/otherlibs/unix/getgid.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <mlvalues.h> -#include "unix.h" - -value unix_getgid() /* ML */ -{ - return Val_int(getgid()); -} |