File:  [Apple XNU] / GNUtools / debug / gdb / readline / sysdep-obsd.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:45:10 2018 UTC (8 years, 2 months ago) by root
Branches: MAIN, Apple
CVS tags: HEAD, GNUtools33
GNU tools for NeXTSTEP 3.3

/* 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;
#define xmalloc(l) malloc(l)
#define xrealloc(p, l) realloc((p), (l))

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.