projects
/
platform
/
upstream
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[platform/upstream/binutils.git]
/
readline
/
sysdep-obsd.h
1
/* System-dependent stuff, for Sony NEwS, Mach, and other systems
2
in the "old BSD Unix" tradition. */
3
4
#ifdef __GNUC__
5
#define alloca __builtin_alloca
6
#else
7
extern char *alloca ();
8
#endif
9
10
#include <sys/dir.h>
11
typedef struct direct dirent;