]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/coroutine-ucontext.c
Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hppa into...
[mirror_qemu.git] / util / coroutine-ucontext.c
index ddc98fb4f88c23c5a275ec8a0b5e2b56c316339d..7b304c79d94204e78022211b6be49257ebc1fab8 100644 (file)
@@ -19,9 +19,9 @@
  */
 
 /* XXX Is there a nicer way to disable glibc's stack check for longjmp? */
-#ifdef _FORTIFY_SOURCE
 #undef _FORTIFY_SOURCE
-#endif
+#define _FORTIFY_SOURCE 0
+
 #include "qemu/osdep.h"
 #include <ucontext.h>
 #include "qemu/coroutine_int.h"