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
|
@ -119,7 +119,7 @@ char g_hostname[128];
|
|||
uint16_t g_runitdport;
|
||||
volatile bool alarmed;
|
||||
|
||||
int __sys_execve(const char *, char *const[], char *const[]) hidden;
|
||||
int __sys_execve(const char *, char *const[], char *const[]) _Hide;
|
||||
|
||||
static void OnAlarm(int sig) {
|
||||
alarmed = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue