Annotation of GNUtools/debug/gdb/glob/sysdep.h, revision 1.1.1.1

1.1       root        1: /* System-dependent stuff, for Sony NEwS, Mach, and other BSD-derived
                      2:    systems */
                      3: 
                      4: #ifdef __GNUC__
                      5: #define alloca __builtin_alloca
                      6: #else
                      7: extern char *alloca ();
                      8: #endif
                      9: 
                     10: #include <sys/types.h>
                     11: #include <sys/dir.h>
                     12: typedef struct direct dirent;
                     13: 
                     14: #ifdef NeXT
                     15: #define xmalloc(l) malloc(l)
                     16: #define xrealloc(p, l) realloc((p), (l))
                     17: #endif /* NeXT */

unix.superglobalmegacorp.com

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