Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153140186
D39076.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
737 B
Referenced Files
None
Subscribers
None
D39076.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D39076: secure_getenv: Put under __BSD_VISIBLE
Attached
Detach File
Event Timeline
Log In to Comment