binutils-gdb/readline/sysdep-aix.h

7 lines
141 B
C
Raw Normal View History

1991-11-09 12:24:32 +01:00
/* System-dependent stuff for AIX 3.1 on RS/6000 */
#pragma alloca
#include <sys/types.h>
1991-11-21 23:50:49 +01:00
#include <dirent.h>
typedef struct dirent dirent;