]>
Commit | Line | Data |
---|---|---|
3f73352f | 1 | /* System-dependent stuff, for Sony NEwS systems */ |
a4ff7962 SG |
2 | |
3 | #ifdef __GNUC__ | |
4 | #define alloca __builtin_alloca | |
5 | #else | |
6 | extern char *alloca (); | |
7 | #endif | |
8 | ||
9 | #include <sys/dir.h> | |
10 | typedef struct direct dirent; |