Bump to 1.14.1
[platform/upstream/augeas.git] / doc / posix-headers / stddef.texi
1 @node stddef.h
2 @section @file{stddef.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/stddef.h.html}
5
6 Gnulib module: stddef
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 Some platforms fail to provide @code{max_align_t}, which was added in C11.
12
13 @item
14 Some old platforms fail to provide @code{wchar_t}.
15
16 @item
17 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
18 expressions:
19 NetBSD 5.0
20 @end itemize
21
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @item
25 Some platforms provide an @code{offsetof} macro that cannot be used in
26 arbitrary expressions:
27 Solaris 11 2011-11
28 This problem can be worked around by parenthesizing the
29 @code{offsetof} expression in the unlikely case you use it with
30 @code{sizeof} or @samp{[]}.
31 @end itemize