]> Git Repo - binutils.git/blame - readline/sysdep-oldbsd.h
mainly link-relax changes
[binutils.git] / readline / sysdep-oldbsd.h
CommitLineData
73766d91
JG
1/* System-dependent stuff, for Sony NEwS, Mach, and other systems
2 in the "old BSD Unix" tradition. */
a4ff7962
SG
3
4#ifdef __GNUC__
5#define alloca __builtin_alloca
6#else
7extern char *alloca ();
8#endif
9
10#include <sys/dir.h>
11typedef struct direct dirent;
This page took 0.069997 seconds and 4 git commands to generate.