mirror of
https://github.com/fluencelabs/musl
synced 2025-06-11 22:11:34 +00:00
fix minor namespace issue in tar.h
TSVTX is XSI-shaded.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user