summaryrefslogtreecommitdiff
path: root/otherlibs/unix/getegid.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/getegid.c')
-rw-r--r--otherlibs/unix/getegid.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/otherlibs/unix/getegid.c b/otherlibs/unix/getegid.c
deleted file mode 100644
index 482177410f..0000000000
--- a/otherlibs/unix/getegid.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <mlvalues.h>
-#include "unix.h"
-
-value unix_getegid() /* ML */
-{
- return Val_int(getegid());
-}