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/search/qsort_r.c')
-rw-r--r--newlib/libc/search/qsort_r.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/search/qsort_r.c b/newlib/libc/search/qsort_r.c
index 0567be71e..9073061f0 100644
--- a/newlib/libc/search/qsort_r.c
+++ b/newlib/libc/search/qsort_r.c
@@ -52,5 +52,6 @@ PORTABILITY
<<qsort_r>>, in various forms, appears in both BSD and glibc.
*/
+#define _GNU_SOURCE
#define I_AM_GNU_QSORT_R
#include "qsort.c"