diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1998-12-22 21:53:33 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1998-12-22 21:53:33 +0000 |
commit | 329d0a370243f8e113074dc60f3e8b5917005307 (patch) | |
tree | 880e39a7fc5884111f26e10dd0c79f000878a6f6 /readline/sysdep-obsd.h | |
parent | 1ec3146a4472e7ecd9525bdec1a9eaee1e93d76f (diff) | |
download | binutils-329d0a370243f8e113074dc60f3e8b5917005307.zip binutils-329d0a370243f8e113074dc60f3e8b5917005307.tar.gz binutils-329d0a370243f8e113074dc60f3e8b5917005307.tar.bz2 |
Tue Dec 22 10:07:58 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* Import of Readline 2.2.1.
Diffstat (limited to 'readline/sysdep-obsd.h')
-rw-r--r-- | readline/sysdep-obsd.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/readline/sysdep-obsd.h b/readline/sysdep-obsd.h deleted file mode 100644 index 88bcdd6..0000000 --- a/readline/sysdep-obsd.h +++ /dev/null @@ -1,12 +0,0 @@ -/* 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/types.h> -#include <sys/dir.h> -typedef struct direct dirent; |