summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorManuel Bentele2020-10-19 14:35:01 +0200
committerManuel Bentele2020-10-19 14:44:05 +0200
commitf617270a773669885f263e394f8a10553e110e28 (patch)
treee2b8effab564350324aeebb5fcec3b9f1ba304af /inc
parent[BUILD] rewrite CMake build system to track changes of source files (diff)
downloaddnbd3-f617270a773669885f263e394f8a10553e110e28.tar.gz
dnbd3-f617270a773669885f263e394f8a10553e110e28.tar.xz
dnbd3-f617270a773669885f263e394f8a10553e110e28.zip
[BUILD] fixes issues to build user space programs on FreeBSD 12.1
Diffstat (limited to 'inc')
-rw-r--r--inc/dnbd3/shared/timing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/dnbd3/shared/timing.h b/inc/dnbd3/shared/timing.h
index f23bfeb..2530416 100644
--- a/inc/dnbd3/shared/timing.h
+++ b/inc/dnbd3/shared/timing.h
@@ -1,10 +1,6 @@
#ifndef _D_TIMING_H
#define _D_TIMING_H
-#ifndef _POSIX_C_SOURCE
-#define _POSIX_C_SOURCE 199309L
-#endif
-
#include <time.h>
#include <stdint.h>
#include <stdbool.h>