aboutsummaryrefslogtreecommitdiff
path: root/readline/sysdep-obsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'readline/sysdep-obsd.h')
-rw-r--r--readline/sysdep-obsd.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/readline/sysdep-obsd.h b/readline/sysdep-obsd.h
deleted file mode 100644
index 88bcdd6..0000000
--- a/readline/sysdep-obsd.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* System-dependent stuff, for Sony NEwS, Mach, and other systems
- in the "old BSD Unix" tradition. */
-
-#ifdef __GNUC__
-#define alloca __builtin_alloca
-#else
-extern char *alloca ();
-#endif
-
-#include <sys/types.h>
-#include <sys/dir.h>
-typedef struct direct dirent;