aboutsummaryrefslogtreecommitdiff
path: root/center.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-10-15 13:10:33 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-10-15 13:10:33 +0200
commite918d8b8a6ba41a84b7b74a7fb8da39adb773c2e (patch)
tree75b77f0965c7b9ee547ae112a958163e69e510a5 /center.c
parenteeb464250cb869e2f43720614a16952b85a2deca (diff)
Remove POSIXLY_CORRECT and use -D in CFLAGS
Diffstat (limited to 'center.c')
-rw-r--r--center.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/center.c b/center.c
index a565158..7ac5d69 100644
--- a/center.c
+++ b/center.c
@@ -15,9 +15,6 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-#define POSIXLY_CORRECT
-#define _POSIX_C_SOURCE 200809L
-
#include <sys/ioctl.h>
#include <sys/queue.h>