* unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
From-SVN: r49498
This commit is contained in:
parent
6f9fdf4db2
commit
703b0080a4
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
|
||||
|
||||
2002-02-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c/4475, c++/3780:
|
||||
|
|
|
@ -29,6 +29,10 @@
|
|||
segment and dl_iterate_phdr to avoid register/deregister calls at
|
||||
DSO load/unload. */
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE 1
|
||||
#endif
|
||||
|
||||
#include "auto-host.h" /* For HAVE_LD_EH_FRAME_HDR. */
|
||||
#include "tconfig.h"
|
||||
#ifndef inhibit_libc
|
||||
|
|
Loading…
Add table
Reference in a new issue