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