Skip to content

Commit 228a227

Browse files
author
Andrew Hsieh
committed
Fix X86 sigsetjmp and siglongjmp
Both exist in header android-X/arch-<arch>/usr/include/setjmp.h already. Add to X86 to be consistent with header and other archs ARM/MIPS See https://code.google.com/p/android/issues/detail?id=19851 Change-Id: I635c6c0491f5bf2aaa9013f23cb4b1bf7cb57a40
1 parent d7faff4 commit 228a227

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
1.63 KB
Binary file not shown.

ndk/platforms/android-9/arch-x86/symbols/libc.so.functions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,10 @@ sigaction
761761
sigaltstack
762762
sigblock
763763
siginterrupt
764+
siglongjmp
764765
sigpending
765766
sigprocmask
767+
sigsetjmp
766768
sigsetmask
767769
sigsuspend
768770
sigwait

0 commit comments

Comments
 (0)