summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unistd/preadv.c2
-rw-r--r--src/unistd/pwritev.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/unistd/preadv.c b/src/unistd/preadv.c
index 371e46f8..46d9ece7 100644
--- a/src/unistd/preadv.c
+++ b/src/unistd/preadv.c
@@ -1,4 +1,4 @@
-#define _GNU_SOURCE
+#define _BSD_SOURCE
#include <sys/uio.h>
#include <unistd.h>
#include "syscall.h"
diff --git a/src/unistd/pwritev.c b/src/unistd/pwritev.c
index 1df268d5..aec5d323 100644
--- a/src/unistd/pwritev.c
+++ b/src/unistd/pwritev.c
@@ -1,4 +1,4 @@
-#define _GNU_SOURCE
+#define _BSD_SOURCE
#include <sys/uio.h>
#include <unistd.h>
#include "syscall.h"