Commit Graph

4 Commits

Author SHA1 Message Date
Rich Felker 81221e13f9 expose TSVTX unconditionally in tar.h
as noted in Austin Group issue #1236, the XSI shading for TSVTX is
misplaced in the html version of the standard; it was only supposed to
be on the description text. the intent was that the definition always
be visible, which is reflected in the pdf version of the standard.

this reverts commits d93c0740d8 and
729fef0a93.
2019-03-13 10:42:57 -04:00
Rich Felker 729fef0a93 fix default feature profile in tar.h
commit d93c0740d8 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.
2018-03-28 15:53:45 -04:00
Rich Felker d93c0740d8 fix minor namespace issue in tar.h
TSVTX is XSI-shaded.
2018-03-10 18:19:40 -05:00
Rich Felker 0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00