gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / glibc-headers / alloca.texi
1 @node alloca.h
2 @section @file{alloca.h}
3
4 Declares the @code{alloca} function of function-like macro.
5
6 Documentation:
7 @itemize
8 @item
9 @ifinfo
10 @ref{Variable Size Automatic,,Automatic Storage with Variable Size,libc},
11 @end ifinfo
12 @ifnotinfo
13 @url{http://www.gnu.org/software/libc/manual/html_node/Variable-Size-Automatic.html},
14 @end ifnotinfo
15 @item
16 @uref{http://www.kernel.org/doc/man-pages/online/pages/man3/alloca.3.html,,man alloca}.
17 @end itemize
18
19 Gnulib module: alloca
20
21 Portability problems fixed by Gnulib:
22 @itemize
23 @item
24 This header file is missing on some platforms:
25 FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 4.3.2, mingw, MSVC 9.
26 @end itemize
27
28 Portability problems not fixed by Gnulib:
29 @itemize
30 @end itemize