summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2019-05-28 22:47:48 +0200
committerRich Felker <dalias@aerifal.cx>2019-08-08 11:33:18 -0400
commit7844ecb590893f8344324837956718001402d297 (patch)
tree0f35921dfe7c6e305e989be075ce228e1e540b15 /include
parent0847902ab99065a48f9bd3729b6e676288dfd69e (diff)
downloadmusl-7844ecb590893f8344324837956718001402d297.tar.gz
add secure_getenv function
This function is a GNU extension introduced in glibc 2.17.
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 42ca8336..194c2033 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -152,6 +152,7 @@ int ptsname_r(int, char *, size_t);
char *ecvt(double, int, int *, int *);
char *fcvt(double, int, int *, int *);
char *gcvt(double, int, char *);
+char *secure_getenv(const char *);
struct __locale_struct;
float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);