repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* test case for PR 18230, over from d30v branch
[binutils-gdb.git]
/
readline
/
sysdep-irix.h
blob
e69de15a80e9a1a14d2561fe1b1b69370c027b06
1
/* System-dependent stuff, for SGI irix */
2
3
#ifdef __GNUC__
4
#define alloca __builtin_alloca
5
#else
6
extern
char
*
alloca
();
7
#endif
8
9
#include <sys/types.h>
10
#include <sys/stream.h>
11
#include <sys/dir.h>
12
typedef
struct
direct dirent
;