Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/aio.c')
-rw-r--r--newlib/libc/sys/linux/aio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/aio.c b/newlib/libc/sys/linux/aio.c
index de988ebfc..9a2e4ce57 100644
--- a/newlib/libc/sys/linux/aio.c
+++ b/newlib/libc/sys/linux/aio.c
@@ -4,6 +4,8 @@
/* Currently asynchronous I/O is not implemented. */
+#define _GNU_SOURCE 1
+
#include <sys/types.h>
#include <aio.h>
#include <errno.h>