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