aboutsummaryrefslogtreecommitdiff
path: root/readline/sysdep-aix.h
diff options
context:
space:
mode:
Diffstat (limited to 'readline/sysdep-aix.h')
-rw-r--r--readline/sysdep-aix.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/readline/sysdep-aix.h b/readline/sysdep-aix.h
deleted file mode 100644
index 40c983a..0000000
--- a/readline/sysdep-aix.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* System-dependent stuff for AIX 3.1 on RS/6000 */
-
-#pragma alloca
-#include <sys/types.h>
-#include <dirent.h>
-typedef struct dirent dirent;