You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
243 B

/* 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;