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:
8fe5fa5
)
declare alloca in stdlib.h when _GNU_SOURCE is defined
author
Rich Felker
<dalias@aerifal.cx>
Mon, 12 Sep 2011 02:43:57 +0000
(22:43 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 12 Sep 2011 02:43:57 +0000
(22:43 -0400)
include/stdlib.h
patch
|
blob
|
history
diff --git
a/include/stdlib.h
b/include/stdlib.h
index 023f6e788c8a8d47ded58fc89581fea7fb4b09e3..43225dd4d66d47e6d2dcba692cc621383d3a79fd 100644
(file)
--- a/
include/stdlib.h
+++ b/
include/stdlib.h
@@
-128,6
+128,7
@@
void lcong48 (unsigned short [7]);
#endif
#if defined(_GNU_SOURCE)
+void *alloca(size_t);
char *mktemp (char *);
void *valloc (size_t);
void *memalign(size_t, size_t);