stddef: fix NetBSD 5.0 NULL bug, rather than working around it
[gnulib.git] / doc / posix-headers / locale.texi
1 @node locale.h
2 @section @file{locale.h}
3
4 POSIX specification: @url{http://www.opengroup.org/susv3xbd/locale.h.html}
5
6 Gnulib module: locale
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 The definition of @samp{LC_MESSAGES} is missing on some platforms:
12 mingw.
13
14 @item
15 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
16 expressions:
17 NetBSD 5.0
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize