ftp.nice.ch/pub/next/developer/nextsources/debug.s.tar.gz#/debug/gdb/glob/sysdep.h

This is sysdep.h in view mode; [Download] [Up]

/* System-dependent stuff, for Sony NEwS, Mach, and other BSD-derived
   systems */

#ifdef __GNUC__
#define alloca __builtin_alloca
#else
extern char *alloca ();
#endif

#include <sys/types.h>
#include <sys/dir.h>
typedef struct direct dirent;

#ifdef NeXT
#define xmalloc(l) malloc(l)
#define xrealloc(p, l) realloc((p), (l))
#endif /* NeXT */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.