* remote.c (_initialize_remote): Typo extended__remote
[deliverable/binutils-gdb.git] / readline / sysdep-6irix.h
CommitLineData
cb342983
ILT
1/* System-dependent stuff, for SGI Irix 6. */
2
3#ifdef __GNUC__
4#define alloca __builtin_alloca
5#else
6#include <alloca.h>
7#endif
8
9#include <sys/types.h>
10#include <sys/stream.h>
11#include <sys/dir.h>
12typedef struct direct dirent;
This page took 0.02373 seconds and 4 git commands to generate.