mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +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
|
@ -7,14 +7,14 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern uint64_t g_rando;
|
||||
_Hide extern uint64_t g_rando;
|
||||
|
||||
int __fflush_impl(FILE *) hidden;
|
||||
int __fflush_register(FILE *) hidden;
|
||||
void __fflush_unregister(FILE *) hidden;
|
||||
bool __stdio_isok(FILE *) hidden;
|
||||
FILE *__stdio_alloc(void) hidden;
|
||||
void __stdio_free(FILE *) hidden;
|
||||
int __fflush_impl(FILE *) _Hide;
|
||||
int __fflush_register(FILE *) _Hide;
|
||||
void __fflush_unregister(FILE *) _Hide;
|
||||
bool __stdio_isok(FILE *) _Hide;
|
||||
FILE *__stdio_alloc(void) _Hide;
|
||||
void __stdio_free(FILE *) _Hide;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue