mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-24 11:30:29 +00:00
Remove _Hide keyword
It never did anything and isn't worthwhile as documentation.
This commit is contained in:
parent
4fb6cbc1fe
commit
e0c2b91b3e
131 changed files with 716 additions and 917 deletions
|
@ -18,11 +18,11 @@ int sys_sched_get_priority_max(int);
|
|||
int sys_sched_get_priority_min(int);
|
||||
int sys_sched_getparam(int, struct sched_param *);
|
||||
int sys_sched_getscheduler(int);
|
||||
int sys_sched_setaffinity(int, uint64_t, const void *) _Hide;
|
||||
int sys_sched_setaffinity(int, uint64_t, const void *);
|
||||
int sys_sched_setparam(int, const struct sched_param *);
|
||||
int sys_sched_setscheduler(int, int, const struct sched_param *);
|
||||
int sys_sched_yield(void) _Hide;
|
||||
int64_t sys_sched_getaffinity(int, uint64_t, void *) _Hide;
|
||||
int sys_sched_yield(void);
|
||||
int64_t sys_sched_getaffinity(int, uint64_t, void *);
|
||||
|
||||
int sys_sched_getscheduler_netbsd(int, struct sched_param *);
|
||||
int sys_sched_setparam_netbsd(int, int, int, const struct sched_param *) //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue