summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Sharma <asharma@fb.com>2011-10-15 22:57:01 -0700
committerArun Sharma <asharma@fb.com>2011-11-03 08:31:41 -0700
commit59c197566ff913dcbe0d4213a142ebf54290ad47 (patch)
tree43c7539848eef739f9bf024ed4fbd5e6bebcdfa3
parentf85ca161c081a8b3786ad69fb7ece075b318a74e (diff)
downloadlibunwind-v1.0-stable.tar.gz
undef FORTIFY_SOURCEv1.0-stable
It's a bit annoying to undefine at configure or compile time. Signed-off-by: Arun Sharma <asharma@fb.com>
-rw-r--r--src/setjmp/longjmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setjmp/longjmp.c b/src/setjmp/longjmp.c
index 1b9f7c4e..d056b1f0 100644
--- a/src/setjmp/longjmp.c
+++ b/src/setjmp/longjmp.c
@@ -25,6 +25,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#define UNW_LOCAL_ONLY
+#undef _FORTIFY_SOURCE
#include <assert.h>
#include <libunwind.h>
#include <setjmp.h>