projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b68da3b
)
Initial revision
author
John Gilmore
<gnu@cygnus>
Sat, 23 Nov 1991 01:49:55 +0000
(
01:49
+0000)
committer
John Gilmore
<gnu@cygnus>
Sat, 23 Nov 1991 01:49:55 +0000
(
01:49
+0000)
readline/sysdep-obsd.h
[new file with mode: 0644]
patch
|
blob
diff --git a/readline/sysdep-obsd.h
b/readline/sysdep-obsd.h
new file mode 100644
(file)
index 0000000..
86b6d0d
--- /dev/null
+++ b/
readline/sysdep-obsd.h
@@ -0,0
+1,11
@@
+/* System-dependent stuff, for Sony NEwS, Mach, and other systems
+ in the "old BSD Unix" tradition. */
+
+#ifdef __GNUC__
+#define alloca __builtin_alloca
+#else
+extern char *alloca ();
+#endif
+
+#include <sys/dir.h>
+typedef struct direct dirent;