glibc/time/bits/types
Florian Weimer c1c2848b57 Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h> [BZ #23349]
After commit d76d370355 ("Fix missing
timespec definition for sys/stat.h (BZ #21371)") in combination with
kernel UAPI changes, GCC sanitizer builds start to fail due to a
conflicting definition of struct timespec in <linux/time.h>.  Use
_STRUCT_TIMESPEC as the header file inclusion guard, which is already
checked in the kernel header, to support including <linux/time.h> and
<sys/stat.h> in the same translation unit.
2018-06-28 13:12:16 +02:00
..
clock_t.h Remove C++ namespace handling from glibc headers. 2017-03-16 13:31:57 +00:00
clockid_t.h
struct_itimerspec.h
struct_timespec.h Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h> [BZ #23349] 2018-06-28 13:12:16 +02:00
struct_timeval.h
struct_tm.h Remove C++ namespace handling from glibc headers. 2017-03-16 13:31:57 +00:00
time_t.h Remove C++ namespace handling from glibc headers. 2017-03-16 13:31:57 +00:00
timer_t.h