mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Improve cosmocc toolchain
- Decouple zlib from libc - Add some underscores to mostly internal names
This commit is contained in:
parent
713d4424c6
commit
ba180e754d
25 changed files with 128 additions and 42 deletions
|
@ -94,12 +94,12 @@ void _peekall(void);
|
|||
void _savexmm(void *);
|
||||
void _weakfree(void *);
|
||||
void free_s(void *) paramsnonnull() libcesque;
|
||||
int OpenExecutable(void);
|
||||
int _OpenExecutable(void);
|
||||
int ftrace_install(void);
|
||||
int ftrace_enabled(int);
|
||||
int strace_enabled(int);
|
||||
long GetResourceLimit(int);
|
||||
long GetMaxFd(void);
|
||||
long _GetResourceLimit(int);
|
||||
long _GetMaxFd(void);
|
||||
char *GetProgramExecutableName(void);
|
||||
char *GetInterpreterExecutableName(char *, size_t);
|
||||
void __printargs(const char *);
|
||||
|
@ -108,7 +108,7 @@ int __arg_max(void);
|
|||
void __print_maps(void);
|
||||
void __warn_if_powersave(void);
|
||||
const char *__describe_os(void);
|
||||
bool IsDynamicExecutable(const char *);
|
||||
bool _IsDynamicExecutable(const char *);
|
||||
void _restorewintty(void);
|
||||
const char *GetCpuidOs(void);
|
||||
const char *GetCpuidEmulator(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue