]> Git Repo - binutils.git/blob - readline/sysdep-sco.h
* source.c (find_source_lines): Always use code that was #ifdef
[binutils.git] / readline / sysdep-sco.h
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;
This page took 0.02396 seconds and 4 git commands to generate.