diff options
Diffstat (limited to 'src/unistd/preadv.c')
-rw-r--r-- | src/unistd/preadv.c | 2 |
1 files changed, 1 insertions, 1 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" |