Prepend getcwd to exename early in init (#1048)

This commit is contained in:
Jōshin 2024-01-01 10:23:23 -05:00 committed by GitHub
parent 2f89c2482a
commit 68dbe5312f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 70 additions and 22 deletions

View file

@ -47,6 +47,7 @@ void *__mmap_unlocked(void *, size_t, int, int, int, int64_t);
int __munmap_unlocked(char *, size_t);
void __on_arithmetic_overflow(void);
void __init_fds(int, char **, char **);
void __init_program_executable_name(void);
COSMOPOLITAN_C_END_
#endif /* ANSI */