mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +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
|
@ -4,12 +4,12 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
int __sys_getrusage(int, struct rusage *) _Hide;
|
||||
int __sys_wait4(int, int *, int, struct rusage *) _Hide;
|
||||
int sys_getrusage(int, struct rusage *) _Hide;
|
||||
int sys_wait4(int, int *, int, struct rusage *) _Hide;
|
||||
void __rusage2linux(struct rusage *) _Hide;
|
||||
int sys_getrusage_nt(int, struct rusage *) _Hide;
|
||||
int __sys_getrusage(int, struct rusage *);
|
||||
int __sys_wait4(int, int *, int, struct rusage *);
|
||||
int sys_getrusage(int, struct rusage *);
|
||||
int sys_wait4(int, int *, int, struct rusage *);
|
||||
void __rusage2linux(struct rusage *);
|
||||
int sys_getrusage_nt(int, struct rusage *);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue