Page MenuHomeFreeBSD

D39076.diff
No OneTemporary

D39076.diff

diff --git a/include/stdlib.h b/include/stdlib.h
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -111,7 +111,6 @@
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 @@
__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);

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 20, 10:43 AM (5 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31816535
Default Alt Text
D39076.diff (737 B)

Event Timeline