summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-13 16:41:11 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-13 16:41:11 +0100
commita47cfa475700469d0ea0e7a7c80c5fef8690ac3f (patch)
tree8286975339110cc2912c4d1c4ace548f328685df /main.c
parenta625d2821ecb27b87266762545f88d7d4aa59d31 (diff)
Delete unnecessary _POSIX_SOURCE. Closes #89
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 774dc61e..77c76548 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,3 @@
-#define _POSIX_SOURCE
#include <stdio.h>
#include <errno.h>
#include <string.h>