summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/linux-1.0/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/machdep/linux-1.0/errno.h')
-rwxr-xr-xmit-pthreads/machdep/linux-1.0/errno.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/mit-pthreads/machdep/linux-1.0/errno.h b/mit-pthreads/machdep/linux-1.0/errno.h
deleted file mode 100755
index a94a56b0437..00000000000
--- a/mit-pthreads/machdep/linux-1.0/errno.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* ==== errno.h ============================================================
- * Copyright (c) 1994 by Chris Provenzano, proven@athena.mit.edu
- *
- * Description : Errno is already broken up into data/prototyes.
- */
-
-#ifndef _SYS_ERRNO_H_
-#define _SYS_ERRNO_H_
-
-#include <linux/errno.h>
-
-#endif