mirror of
https://github.com/fluencelabs/musl
synced 2025-06-22 03:02:07 +00:00
add some missing prototypes for nonstandard functions (strsep, clearenv)
This commit is contained in:
@ -124,6 +124,7 @@ void lcong48 (unsigned short [7]);
|
||||
char *mktemp (char *);
|
||||
void *valloc (size_t);
|
||||
void *memalign(size_t, size_t);
|
||||
int clearenv(void);
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user