mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
Initial revision
This commit is contained in:
parent
b68da3b817
commit
ec230564a6
11
readline/sysdep-obsd.h
Normal file
11
readline/sysdep-obsd.h
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user