mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 04:08:32 +00:00
Rename hidden keyword to _Hide
This commit is contained in:
parent
251dcb07eb
commit
bf7843833f
112 changed files with 616 additions and 3290 deletions
|
@ -22,7 +22,7 @@
|
|||
#include "libc/sysv/consts/sig.h"
|
||||
|
||||
// kudos rich felker for the brilliant design
|
||||
hidden int __sigsetjmp_tail(sigjmp_buf jb, int rc) {
|
||||
_Hide int __sigsetjmp_tail(sigjmp_buf jb, int rc) {
|
||||
_Static_assert(
|
||||
sizeof(sigjmp_buf) == sizeof(jmp_buf) + 8 + 8 + sizeof(sigset_t),
|
||||
"please recompute sigjmp_buf w.r.t. sigset_t");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue