From: Ulrich Drepper Date: Mon, 16 Apr 2007 23:44:21 +0000 (+0000) Subject: [BZ #4364] X-Git-Tag: cvs/fedora-glibc-20070416T2350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faf3ad6937494480b4b02098a6ccf232aa6ff823;p=thirdparty%2Fglibc.git [BZ #4364] 2007-04-16 Ulrich Drepper [BZ #4364] * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3. --- diff --git a/ChangeLog b/ChangeLog index 76f25d8af8d..d8e7c890e99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-16 Ulrich Drepper + + [BZ #4364] + * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3. + 2007-04-15 Jakub Jelinek * locale/programs/locarchive.c (INITIAL_NUM_NAMES, diff --git a/posix/unistd.h b/posix/unistd.h index c74190dfc34..577925c0fa2 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -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. The GNU C Library is free software; you can redistribute it and/or @@ -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