mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH] tar.h: TSVTX should always be visible
@ 2019-03-13 14:09 A. Wilcox
  0 siblings, 0 replies; only message in thread
From: A. Wilcox @ 2019-03-13 14:09 UTC (permalink / raw)
  To: musl; +Cc: A. Wilcox

The TSVTX definition was incorrectly shaded in the POSIX standard's HTML
pages as being an XSI option.  While the definition of what TSVTX *does*
is an XSI option, the definition must always be present.

See https://jserver.opengroup.org/pr/public/posix/PRView?PR=0066 for the
POSIX defect report.
---
 include/tar.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/tar.h b/include/tar.h
index 2eba66ec..d15bd9b4 100644
--- a/include/tar.h
+++ b/include/tar.h
@@ -5,9 +5,7 @@
 
 #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
-- 
2.19.2



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-13 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-13 14:09 [PATCH] tar.h: TSVTX should always be visible A. Wilcox

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).