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