repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
lib
/
libc
/
compat
/
gen
/
compat_alloca.c
blob
fff067f47fef4ae5a6d3c52f21a6f612cd5baf6d
1
#include <sys/cdefs.h>
2
3
__warn_references
(
alloca
,
4
"Warning: reference to the libc supplied alloca(3); this most likely will "
5
"not work. Please use the compiler provided version of alloca(3), by "
6
"supplying the appropriate compiler flags (e.g. not -std=c89)."
)