mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +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
|
@ -17,8 +17,8 @@ struct StdioFlush {
|
|||
FILE *handles_initmem[8];
|
||||
};
|
||||
|
||||
hidden extern struct StdioFlush __fflush;
|
||||
hidden extern pthread_mutex_t __fflush_lock_obj;
|
||||
_Hide extern struct StdioFlush __fflush;
|
||||
_Hide extern pthread_mutex_t __fflush_lock_obj;
|
||||
|
||||
void __fflush_lock(void);
|
||||
void __fflush_unlock(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue