mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 18:52:29 +00:00
Make fixups for libcrypt
This commit is contained in:
parent
9b4701b3bc
commit
e72a88ea70
8 changed files with 30 additions and 16 deletions
|
@ -6,5 +6,10 @@ char *fcvt(double, int, int *, int *) libcesque;
|
|||
char *ecvt(double, int, int *, int *) libcesque;
|
||||
char *gcvt(double, int, char *) libcesque;
|
||||
|
||||
#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || \
|
||||
defined(_COSMO_SOURCE)
|
||||
void setkey(const char *) libcesque;
|
||||
#endif
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* COSMOPOLITAN_LIBC_STDLIB_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue