mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 10:18:31 +00:00
Improve quality of uname/gethostname/getdomainname
This commit is contained in:
parent
c5c4dfcd21
commit
b66bd064d8
13 changed files with 334 additions and 151 deletions
|
@ -7,11 +7,14 @@ COSMOPOLITAN_C_START_
|
|||
╚────────────────────────────────────────────────────────────────────────────│*/
|
||||
|
||||
bool __is_linux_2_6_23(void) hidden;
|
||||
bool32 sys_isatty_metal(int);
|
||||
int __fixupnewfd(int, int) hidden;
|
||||
int __notziposat(int, const char *);
|
||||
int gethostname_bsd(char *, size_t) hidden;
|
||||
int getdomainname_linux(char *, size_t) hidden;
|
||||
int gethostname_bsd(char *, size_t, int) hidden;
|
||||
int gethostname_linux(char *, size_t) hidden;
|
||||
int gethostname_nt(char *, size_t, int) hidden;
|
||||
int sys_msyscall(void *, size_t);
|
||||
long sys_bogus(void);
|
||||
void *__vdsosym(const char *, const char *) hidden;
|
||||
void __onfork(void) hidden;
|
||||
|
@ -19,7 +22,6 @@ void __restore_rt() hidden;
|
|||
void __restore_rt_netbsd(void) hidden;
|
||||
void cosmo2flock(uintptr_t);
|
||||
void flock2cosmo(uintptr_t);
|
||||
bool32 sys_isatty_metal(int);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue