about summary refs log tree commit diff stats
path: root/src/kilo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kilo.c')
-rw-r--r--src/kilo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kilo.c b/src/kilo.c
index c7754e4..6dd293c 100644
--- a/src/kilo.c
+++ b/src/kilo.c
@@ -32,10 +32,6 @@
 
 #define KILO_VERSION "0.0.1"
 
-#ifdef __linux__
-#define _POSIX_C_SOURCE 200809L
-#endif
-
 #include <assert.h>
 #ifdef __NetBSD__
 #include <curses.h>