]> Git Repo - binutils.git/blob - readline/sysdep-aix.h
<sys/types.h> is required for <dirent.h>. Improve Sun alloca.
[binutils.git] / readline / sysdep-aix.h
1 /* System-dependent stuff for AIX 3.1 on RS/6000 */
2
3 #pragma alloca
4 #include <sys/types.h>
5 #include <dirent.h>
6 typedef struct dirent dirent;
This page took 0.02169 seconds and 4 git commands to generate.