Bug 1251502: _XOPEN_SOURCE level fix rs=bustage

on a CLOSED TREE

MozReview-Commit-ID: JUCRshXkC83
This commit is contained in:
Randell Jesup 2016-03-27 19:06:37 -04:00
parent 1b904497e5
commit e8ac0554c8
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#ifdef NDEBUG
#undef NDEBUG
#endif
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -9,7 +9,7 @@
#ifdef NDEBUG
#undef NDEBUG
#endif
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#include <stdio.h>
#include <stdlib.h>
#include <string.h>