summaryrefslogtreecommitdiff
path: root/src/malloc
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-04-20 15:55:58 -0400
committerRich Felker <dalias@aerifal.cx>2011-04-20 15:55:58 -0400
commitb052f13cd1215cf444f16ccf14c96e32f61f73e0 (patch)
tree4b1f027b51d17d54b1a81e29f36b67d4603e0a27 /src/malloc
parent53ab4e793bcff0dd5fa9cf76a4170cbacae342c9 (diff)
downloadmusl-b052f13cd1215cf444f16ccf14c96e32f61f73e0.tar.gz
namespace fixes for sys/mman.h
Diffstat (limited to 'src/malloc')
-rw-r--r--src/malloc/malloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/malloc/malloc.c b/src/malloc/malloc.c
index 46cc21fb..bc8382e4 100644
--- a/src/malloc/malloc.c
+++ b/src/malloc/malloc.c
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <stdlib.h>
#include <string.h>
#include <limits.h>