aboutsummaryrefslogtreecommitdiffstats
path: root/measure.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-16 18:52:54 +0200
committerMattias Andrée <maandree@kth.se>2021-09-16 18:52:54 +0200
commit1eb2f48c275a7e5f572b86c615dffb64bdfab1e8 (patch)
treea0efeb2638733473c84f21e493668b87e5a84ecb /measure.c
parentAdd limit.c: get the highest rate possible (diff)
downloadyes-silly-1eb2f48c275a7e5f572b86c615dffb64bdfab1e8.tar.gz
yes-silly-1eb2f48c275a7e5f572b86c615dffb64bdfab1e8.tar.bz2
yes-silly-1eb2f48c275a7e5f572b86c615dffb64bdfab1e8.tar.xz
Add makefile and gitignore + update copyright year + m style fix + fix warnings + fix limit which had stopped working
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'measure.c')
-rw-r--r--measure.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/measure.c b/measure.c
index ef06c5b..767735b 100644
--- a/measure.c
+++ b/measure.c
@@ -1,6 +1,4 @@
/* See LICENSE file for copyright and license details. */
-
-#define _GNU_SOURCE
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>