summaryrefslogtreecommitdiff
path: root/libc/unistd/ualarm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd/ualarm.c')
-rw-r--r--libc/unistd/ualarm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/unistd/ualarm.c b/libc/unistd/ualarm.c
index ef023e8f3..07bea2a50 100644
--- a/libc/unistd/ualarm.c
+++ b/libc/unistd/ualarm.c
@@ -4,7 +4,6 @@
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
-#define _GNU_SOURCE
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>