summaryrefslogtreecommitdiff
path: root/src/unistd/pwritev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/pwritev.c')
-rw-r--r--src/unistd/pwritev.c2
1 files changed, 1 insertions, 1 deletions
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"