diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-05-23 20:37:40 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-05-23 20:37:40 +0000 |
commit | e59252a58edad4bf74a094e22a70811d5585c60f (patch) | |
tree | d4b954315b0a8bfe1a3a905d12afe1d8174f18d8 /ChangeLog | |
parent | bc89e9625fc0d638c4bb43c91fac01db181f1b31 (diff) | |
download | glibc-e59252a58edad4bf74a094e22a70811d5585c60f.tar glibc-e59252a58edad4bf74a094e22a70811d5585c60f.tar.gz glibc-e59252a58edad4bf74a094e22a70811d5585c60f.tar.bz2 glibc-e59252a58edad4bf74a094e22a70811d5585c60f.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-05-23 Joseph Myers <joseph@codesourcery.com> + + [BZ #16978] + * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro. + * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove + variable. + 2014-05-23 Richard Henderson <rth@twiddle.net> * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into... |