Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit a3d607a

Browse files
committed
libc.map.txt: remove the two riscv64 special cases.
Yes, sigblock() and sigsetmask() are obsolete, but -- despite being the one responsible for this in the first place -- I'm struggling to justify a pointless difference between riscv64 and arm64/x86-64, given that it's _extra_ work to not have the symbols. Change-Id: Ic58733c3dcfb71df8f92c3670710baac1cbd2680
1 parent 23adf82 commit a3d607a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/libc.map.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ LIBC {
955955
sigaction;
956956
sigaddset;
957957
sigaltstack;
958-
sigblock; # arm x86 arm64 x86_64
958+
sigblock;
959959
sigdelset;
960960
sigemptyset;
961961
sigfillset;
@@ -968,7 +968,7 @@ LIBC {
968968
sigprocmask;
969969
sigqueue; # introduced=23
970970
sigsetjmp;
971-
sigsetmask; # arm x86 arm64 x86_64
971+
sigsetmask;
972972
sigsuspend;
973973
sigtimedwait; # introduced=23
974974
sigwait;

0 commit comments

Comments
 (0)