diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-04-20 06:44:14 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-04-20 06:44:14 -0700 |
commit | d167da13024b536dc75b00a9f458de1bc7518b22 (patch) | |
tree | bce62cc2709c602deaaaff20e6399a6ade70100a /unwind.h | |
parent | 814b1a284fc22feb9444f2195a36c57cbacd84aa (diff) | |
download | txr-d167da13024b536dc75b00a9f458de1bc7518b22.tar.gz txr-d167da13024b536dc75b00a9f458de1bc7518b22.tar.bz2 txr-d167da13024b536dc75b00a9f458de1bc7518b22.zip |
ftw.c affected by g++/glibc issue __USE_GNU is defined.
When compiling as C++, __USE_GNU is defined even though
we use -ansi and don't specify -D_GNU_SOURCE anywhere.
Glibc headers don't seem to respond to the C++ ANSI options.
ftw.c: Workaround for compiler warning: only define
__USE_GNU if it is not defined already.
Diffstat (limited to 'unwind.h')
0 files changed, 0 insertions, 0 deletions