summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/unix.h')
-rw-r--r--otherlibs/unix/unix.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/otherlibs/unix/unix.h b/otherlibs/unix/unix.h
deleted file mode 100644
index 78d333375..000000000
--- a/otherlibs/unix/unix.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/***********************************************************************/
-/* */
-/* Objective Caml */
-/* */
-/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
-/* */
-/* Copyright 1996 Institut National de Recherche en Informatique et */
-/* Automatique. Distributed only by permission. */
-/* */
-/***********************************************************************/
-
-/* $Id$ */
-
-#define Nothing ((value) 0)
-
-extern void unix_error P((int errcode, char * cmdname, value arg));
-extern void uerror P((char * cmdname, value arg));
-extern value unix_freeze_buffer P((value));