fix minor namespace issue in tar.h

TSVTX is XSI-shaded.
This commit is contained in:
Rich Felker 2018-03-10 17:57:44 -05:00
parent 8e1381be44
commit d93c0740d8

View File

@ -3,7 +3,9 @@
#define TSUID 04000
#define TSGID 02000
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_XOPEN_SOURCE)
#define TSVTX 01000
#endif
#define TUREAD 00400
#define TUWRITE 00200
#define TUEXEC 00100