Fix gnu11 fallout on Solaris 10+

* sigsetmask.c (_POSIX_SOURCE): Remove.
This commit is contained in:
Rainer Orth 2014-11-05 15:07:38 +01:00
parent 131e2f8ea1
commit d3d7100a0d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* sigsetmask.c (_POSIX_SOURCE): Remove.
2014-10-16 Joel Brobecker <brobecker@adacore.com>
* d-demangle.c: Replace strtold with strtod in global comment.

View File

@ -15,7 +15,6 @@ be the value @code{1}).
*/
#define _POSIX_SOURCE
#include <ansidecl.h>
/* Including <sys/types.h> seems to be needed by ISC. */
#include <sys/types.h>