mirror of git://sourceware.org/git/glibc.git
[BZ #4364]
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
c14f245ca2
commit
faf3ad6937
|
@ -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-15 Jakub Jelinek <jakub@redhat.com>
|
2007-04-15 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* locale/programs/locarchive.c (INITIAL_NUM_NAMES,
|
* locale/programs/locarchive.c (INITIAL_NUM_NAMES,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991-2002,2003,2004,2005,2006 Free Software Foundation, Inc.
|
/* Copyright (C) 1991-2006, 2007 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -56,7 +56,9 @@ __BEGIN_DECLS
|
||||||
#define _POSIX2_LOCALEDEF 200112L
|
#define _POSIX2_LOCALEDEF 200112L
|
||||||
|
|
||||||
/* X/Open version number to which the library conforms. It is selectable. */
|
/* 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
|
# define _XOPEN_VERSION 500
|
||||||
#else
|
#else
|
||||||
# define _XOPEN_VERSION 4
|
# define _XOPEN_VERSION 4
|
||||||
|
|
Loading…
Reference in New Issue