1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-23 12:03:41 +01:00

undef FORTIFY_SOURCE

It's a bit annoying to undefine at configure or compile time.

Signed-off-by: Arun Sharma <asharma@fb.com>
This commit is contained in:
Arun Sharma 2011-10-15 22:57:01 -07:00
parent 42b67080eb
commit c4133e879b

View file

@ -25,6 +25,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#define UNW_LOCAL_ONLY #define UNW_LOCAL_ONLY
#undef _FORTIFY_SOURCE
#include <assert.h> #include <assert.h>
#include <libunwind.h> #include <libunwind.h>
#include <setjmp.h> #include <setjmp.h>