aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-03-14 23:42:18 +0000
committerWarner Losh <imp@FreeBSD.org>2023-03-14 23:43:13 +0000
commita06761e3f4738de3a33696fd71cce571c489eec4 (patch)
tree062a00ecb56e21802474ba15dcced58ce1315aa0 /include
parentc0f94fee0bdddcc07f216f9723544f78ace5155a (diff)
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index c41e8704e810..730223e7fd77 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -111,7 +111,6 @@ void qsort(void *, size_t, size_t,
int (* _Nonnull)(const void *, const void *));
int rand(void);
void *realloc(void *, size_t) __result_use_check __alloc_size(2);
-char *secure_getenv(const char *);
void srand(unsigned);
double strtod(const char * __restrict, char ** __restrict);
float strtof(const char * __restrict, char ** __restrict);
@@ -320,6 +319,7 @@ void *reallocarray(void *, size_t, size_t) __result_use_check
__alloc_size2(2, 3);
void *reallocf(void *, size_t) __result_use_check __alloc_size(2);
int rpmatch(const char *);
+char *secure_getenv(const char *);
void setprogname(const char *);
int sradixsort(const unsigned char **, int, const unsigned char *,
unsigned);