fix default feature profile in tar.h
authorRich Felker <dalias@aerifal.cx>
Wed, 28 Mar 2018 19:53:45 +0000 (15:53 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 28 Mar 2018 19:53:45 +0000 (15:53 -0400)
commit729fef0a9358e2f6f1cd8c75a1a0f7ee48b08c95
treeacb67dedb55dfe1cf261d7e704d29b881855afc1
parentc7bb9c41d2e62b7ad1c7858d4d0f2873642e634b
fix default feature profile in tar.h

commit d93c0740d86aaf7043e79b942a6c0b3f576af4c8 added use of feature
test macros without including features.h, causing a definition that
should be exposed in the default profile, TSVTX, to appear only when
_XOPEN_SOURCE or higher is explicitly defined.
include/tar.h