aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/util.c
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2012-04-22 11:07:56 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2012-04-22 11:07:56 -0600
commit9d6c51053ec466b286b40f1852b207ea81fffdbb (patch)
treec7984b4112404c59005ed5278c496141366c50c3 /src/util.c
parent1e83beb108fb442ae87e41fbf1abe5bb7f8b739a (diff)
move _POSIX_SOURCE define into Makefile for consistency
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index eab176a..6a5806e 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,5 +1,3 @@
-#define _POSIX_SOURCE
-
#include <stdlib.h>
#include <unistd.h>
#include <string.h>