summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/openbsd-2.0/__stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/machdep/openbsd-2.0/__stdio.h')
-rwxr-xr-xmit-pthreads/machdep/openbsd-2.0/__stdio.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mit-pthreads/machdep/openbsd-2.0/__stdio.h b/mit-pthreads/machdep/openbsd-2.0/__stdio.h
deleted file mode 100755
index d60b9df7a54..00000000000
--- a/mit-pthreads/machdep/openbsd-2.0/__stdio.h
+++ /dev/null
@@ -1,8 +0,0 @@
-
-#include <machine/ansi.h>
-#ifdef _BSD_SIZE_T_
-typedef _BSD_SIZE_T_ size_t;
-#undef _BSD_SIZE_T_
-#endif
-
-typedef pthread_fpos_t fpos_t; /* Must match off_t <sys/types.h> */