mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Fix gnu11 fallout on Solaris 10+
* sigsetmask.c (_POSIX_SOURCE): Remove.
This commit is contained in:
parent
131e2f8ea1
commit
d3d7100a0d
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user