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:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-28 20:35:13 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2017-11-28 20:36:14 +0300
commitc37171b528502aad4b55d329ff91a55335b641ad (patch)
tree6c5c5ad96d36b4d4aaaf9e1de13ff6f8a1d615ee /winsup/utils/getconf.c
parent36a0a675b4fd1c3cb3370367edb4ba2b457d008f (diff)
cygwin: fix getconf after commit 032aa2dba5a5bf90c198d930c8d309b5de57cb47
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'winsup/utils/getconf.c')
-rw-r--r--winsup/utils/getconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/utils/getconf.c b/winsup/utils/getconf.c
index e6b319e21..256bddb1a 100644
--- a/winsup/utils/getconf.c
+++ b/winsup/utils/getconf.c
@@ -27,6 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#define _XOPEN_SOURCE
#include <error.h>
#include <errno.h>
#include <limits.h>