binutils-gdb/readline/sysdep-sco.h

14 lines
243 B
C
Raw Normal View History

1991-11-21 23:49:25 +01:00
/* System-dependent stuff, for SCO systems */
#include <malloc.h>
#ifdef __GNUC__
#define alloca __builtin_alloca
#endif
#include <sys/types.h>
#include <sys/stream.h>
#include <sys/ptem.h>
#include <dirent.h>
typedef struct dirent dirent;