* tilde.c (tilde_word_expand): __MSDOS___ -> __MSDOS__
[deliverable/binutils-gdb.git] / readline / sysdep-sco.h
CommitLineData
a4ff7962
SG
1/* System-dependent stuff, for SCO systems */
2
3#include <malloc.h>
4
5#ifdef __GNUC__
6#define alloca __builtin_alloca
7#endif
8
9#include <sys/types.h>
10#include <sys/stream.h>
11#include <sys/ptem.h>
12#include <dirent.h>
13typedef struct dirent dirent;
This page took 0.162202 seconds and 4 git commands to generate.