mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
2007-04-16 Ulrich Drepper <drepper@redhat.com>
[BZ #4364] * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
This commit is contained in:
parent
2c9837f613
commit
5c9d441547
@ -1,3 +1,8 @@
|
||||
2007-04-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ #4364]
|
||||
* posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
|
||||
|
||||
2007-04-13 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
[BZ #4344]
|
||||
|
@ -56,7 +56,9 @@ __BEGIN_DECLS
|
||||
#define _POSIX2_LOCALEDEF 200112L
|
||||
|
||||
/* X/Open version number to which the library conforms. It is selectable. */
|
||||
#ifdef __USE_UNIX98
|
||||
#ifdef __USE_XOPEN2K
|
||||
# define _XOPEN_VERSION 600
|
||||
#elif defined __USE_UNIX98
|
||||
# define _XOPEN_VERSION 500
|
||||
#else
|
||||
# define _XOPEN_VERSION 4
|
||||
|
Loading…
Reference in New Issue
Block a user