commit 4770e316e19d75c45d31cb2ff554327323c181e4 parent 2f4dab6351da2fe823a43422cae936d0dd6a45b5 Author: Nihal Jere <nihal@nihaljere.xyz> Date: Tue, 27 Jul 2021 17:16:11 -0500 atd: drop _GNU_SOURCE Diffstat:
M | atd.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/atd.c b/atd.c @@ -1,5 +1,3 @@ -#define _GNU_SOURCE // memmem - #include <assert.h> #include <poll.h> #include <stdbool.h>