mirror of
https://git.musl-libc.org/git/musl
synced 2025-04-02 07:53:22 +03:00
add some missing prototypes for nonstandard functions (strsep, clearenv)
This commit is contained in:
parent
3990c5c6a4
commit
a5323c5768
@ -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
|
||||
|
||||
|
||||
|
@ -73,6 +73,7 @@ int strcasecmp (const char *, const char *);
|
||||
int strncasecmp (const char *, const char *, size_t);
|
||||
char *strchrnul(const char *, int);
|
||||
char *strcasestr(const char *, const char *);
|
||||
char *strsep(char **, char *);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user