2
0
mirror of https://sourceware.org/git/binutils-gdb.git synced 2025-02-23 13:21:43 +08:00
binutils-gdb/readline/sysdep-aix.h

7 lines
141 B
C

/* System-dependent stuff for AIX 3.1 on RS/6000 */
#pragma alloca
#include <sys/types.h>
#include <dirent.h>
typedef struct dirent dirent;