aboutsummaryrefslogtreecommitdiff
path: root/readline/sysdep-6irix.h
blob: f2d4c7a2e79ffe5380f97f1359c18820418f97be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* System-dependent stuff, for SGI Irix 6.  */

#ifdef __GNUC__
#define alloca __builtin_alloca
#else
#include <alloca.h>
#endif

#include <sys/types.h>
#include <sys/stream.h>
#include <sys/dir.h>
typedef struct direct dirent;