projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
239c155
)
declare __env_rm_add in wrapper stdlib.h
author
Rich Felker
<dalias@aerifal.cx>
Tue, 11 Sep 2018 19:10:01 +0000
(15:10 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:37 +0000
(14:34 -0400)
this is perhaps not the ideal place, but no better alternatives stand
out.
src/include/stdlib.h
patch
|
blob
|
history
diff --git
a/src/include/stdlib.h
b/src/include/stdlib.h
index 6e0dbda9f3a90f2fc352d9a6cb9391fe05d3f9b2..8b8fe9c86f762cf8f6c2ff5a6802a7ab4a39e3f8 100644
(file)
--- a/
src/include/stdlib.h
+++ b/
src/include/stdlib.h
@@
-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 *);