mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Make more compatibility improvements
This commit is contained in:
parent
11ec60d5fc
commit
dbf12c30b0
32 changed files with 158 additions and 16 deletions
11
libc/str/errfun.h
Normal file
11
libc/str/errfun.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_STR_ERRFUN_H_
|
||||
#define COSMOPOLITAN_LIBC_STR_ERRFUN_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
char *strerrno(int) nosideeffect libcesque;
|
||||
char *strerdoc(int) nosideeffect libcesque;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_STR_ERRFUN_H_ */
|
|
@ -211,8 +211,6 @@ wint_t towctrans(wint_t, wctrans_t);
|
|||
|
||||
char *strsignal(int) returnsnonnull libcesque;
|
||||
char *strerror(int) returnsnonnull dontthrow nocallback;
|
||||
char *strerrno(int) nosideeffect libcesque;
|
||||
char *strerdoc(int) nosideeffect libcesque;
|
||||
int strerror_r(int, char *, size_t) dontthrow nocallback;
|
||||
int strerror_wr(int, uint32_t, char *, size_t) dontthrow nocallback;
|
||||
int __xpg_strerror_r(int, char *, size_t) dontthrow nocallback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue