public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] time: Define _STRUCT_TIMESPEC in <bits/types/struct_timespec.h>
@ 2018-06-21  6:47 Florian Weimer
  2018-06-21 11:01 ` Zack Weinberg
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Weimer @ 2018-06-21  6:47 UTC (permalink / raw)
  To: libc-alpha

After commit d76d3703551a362b472c866b5b6089f66f8daa8e ("Fix missing
timespec definition for sys/stat.h (BZ #21371)"), sanitizer builds start
to fail due to a conflicting definition of struct timespec in
<linux/time.h>.  Define _STRUCT_TIMESPEC, which is already checked in
the kernel header, to support including <linux/time.h> after
<sys/stat.h>.

2018-06-21  Florian Weimer  <fweimer@redhat.com>

	* time/bits/types/struct_timespec.h (_STRUCT_TIMESPEC): Define.

diff --git a/time/bits/types/struct_timespec.h b/time/bits/types/struct_timespec.h
index 644db9fdb6..bde7e2826d 100644
--- a/time/bits/types/struct_timespec.h
+++ b/time/bits/types/struct_timespec.h
@@ -1,6 +1,10 @@
 #ifndef __timespec_defined
 #define __timespec_defined 1
 
+#ifndef _STRUCT_TIMESPEC
+# define _STRUCT_TIMESPEC 1
+#endif
+
 #include <bits/types.h>
 
 /* POSIX.1b structure for a time value.  This is like a `struct timeval' but

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-28 10:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-21  6:47 [PATCH] time: Define _STRUCT_TIMESPEC in <bits/types/struct_timespec.h> Florian Weimer
2018-06-21 11:01 ` Zack Weinberg
2018-06-21 11:24   ` Florian Weimer
2018-06-26 17:03     ` Florian Weimer
2018-06-28  8:28     ` Florian Weimer
2018-06-28  9:52       ` Dmitry V. Levin
2018-06-28 10:52         ` Florian Weimer

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 read-only IMAP folder(s) and NNTP newsgroup(s).