This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/16978] tar.h should define TSVTX for older POSIX


https://sourceware.org/bugzilla/show_bug.cgi?id=16978

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e59252a58edad4bf74a094e22a70811d5585c60f (commit)
      from  bc89e9625fc0d638c4bb43c91fac01db181f1b31 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e59252a58edad4bf74a094e22a70811d5585c60f

commit e59252a58edad4bf74a094e22a70811d5585c60f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri May 23 20:37:40 2014 +0000

    Define TSVTX in tar.h for older POSIX (bug 16978).

    As noted in bug 16978, older POSIX versions include

    in the specified contents of <tar.h>, with only the 2001 edition
    introducing the notion of XSI-conditional definitions and conditioning
    that definition.  Thus, this macro should be defined for
    !__USE_XOPEN2K as well as for __USE_XOPEN, and this patch duly defines
    it in that case.  Tested x86_64.

        [BZ #16978]
        * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
        * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
        variable.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    7 +++++++
 NEWS             |    2 +-
 conform/Makefile |    1 -
 posix/tar.h      |    2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]