This commit is contained in:
Michael Kerrisk 2007-05-16 04:42:32 +00:00
parent bc0f625028
commit 1a8b02f4a1
1 changed files with 6 additions and 4 deletions

View File

@ -77,10 +77,12 @@ By default the glibc version of
.I <stdlib.h>
includes
.I <alloca.h>
and that contains the line
.RS
# define alloca(size) __builtin_alloca (size)
.RE
and that contains the line:
.nf
# define alloca(size) __builtin_alloca (size)
.fi
with messy consequences if one has a private version of this function.
.LP
The fact that the code is inlined, means that it is impossible