]> sourceware.org Git - glibc.git/commit
powerpc longjmp: Fix build after chk hidden builtin fix
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 4 Aug 2023 08:01:11 +0000 (10:01 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 4 Aug 2023 08:03:59 +0000 (10:03 +0200)
commit41d8c3bc33bcae1ebb8077b0442caef4917f763a
tree26f1e7ce47c84a27ed41cac26f66b07a71eec953
parentc579293f67f4717054e31b7015418b24b81ca217
powerpc longjmp: Fix build after chk hidden builtin fix

04bf7d2d8a79 ("chk: Add and fix hidden builtin definitions for *_chk")
added an #undef for longjmp and siglongjmp to compensate for the
definition in include/setjmp.h, but missed doing so for the powerpc
version too.

Fixes: 04bf7d2d8a79 ("chk: Add and fix hidden builtin definitions for
*_chk")
sysdeps/powerpc/longjmp.c
This page took 0.043381 seconds and 5 git commands to generate.