Changeset 2523 for zzuf/trunk/src
- Timestamp:
- Jul 15, 2008, 10:15:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/lib-mem.c
r2355 r2523 21 21 /* Need this for RTLD_NEXT */ 22 22 #define _GNU_SOURCE 23 /* Need this for MAP_ANON and valloc() on FreeBSD (together with cdefs.h) */ 24 #define _BSD_SOURCE 23 25 /* Use this to get mmap64() on glibc systems */ 24 26 #define _LARGEFILE64_SOURCE … … 38 40 #include <signal.h> 39 41 42 #if defined HAVE_SYS_CDEFS_H 43 # include <sys/cdefs.h> 44 #endif 40 45 #if defined HAVE_MALLOC_H 41 46 # include <malloc.h>
Note: See TracChangeset
for help on using the changeset viewer.