mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
declare __env_rm_add in wrapper stdlib.h
this is perhaps not the ideal place, but no better alternatives stand out.
This commit is contained in:
parent
239c15565f
commit
c04c6993dc
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "../../include/stdlib.h"
|
||||
|
||||
int __putenv(char *, size_t, char *);
|
||||
void __env_rm_add(char *, char *);
|
||||
int __mkostemps(char *, int, int);
|
||||
int __ptsname_r(int, char *, size_t);
|
||||
char *__randname(char *);
|
||||
|
|
Loading…
Add table
Reference in a new issue