summaryrefslogtreecommitdiff
path: root/src/temp/mkdtemp.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-14 05:10:10 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-14 05:10:10 -0500
commit80695b1d1e64a026c473a33965e680444e863e34 (patch)
treece661eebee55414fadb70ce322ccff6d63f078fb /src/temp/mkdtemp.c
parent7fe308eb9fbebdd39a2e17352b172aa00b381dba (diff)
downloadmusl-80695b1d1e64a026c473a33965e680444e863e34.tar.gz
begin namespace-cleanup of standard C headers
Diffstat (limited to 'src/temp/mkdtemp.c')
-rw-r--r--src/temp/mkdtemp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/temp/mkdtemp.c b/src/temp/mkdtemp.c
index f8b067ec..cb030ee4 100644
--- a/src/temp/mkdtemp.c
+++ b/src/temp/mkdtemp.c
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <string.h>
#include <stdio.h>
#include <stdlib.h>