]>
Commit | Line | Data |
---|---|---|
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> | |
13 | typedef struct dirent dirent; |