summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorDamien Riegel <damien.riegel@savoirfairelinux.com>2017-04-22 13:30:46 -0400
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-22 22:46:08 +0200
commitda89381bc71a7434fe0cb81e5f2e6be05ee9420e (patch)
tree9a61f18eac14df464b908d1a78ef580a6fcfc173 /Rules.mak
parent4d466d8adaa02bd45c3d36cb910046c23c83a6f9 (diff)
sys/stat.h: fix missing struct timespec definition
This is a second attempt to fix a compilation failure involving a missing struct timespec definition in some situation. Previous attempt was following commit but it had undesirable side effects and was reverted: 657c4a9d6c fcntl.h: fix a missing `struct timespec` definition A similar issue was identified and reported in glibc [1], and the fix was to include the timespec definition if __USE_XOPEN2K8 was defined. To minimize the possible impact of this new fix, it was decided to not replace __USE_ATFILE by __USE_XOPEN2K8 as glibc did, but to add an additional OR condition on __USE_XOPEN2K8. [1] https://sourceware.org/bugzilla/show_bug.cgi?id=21371 Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Diffstat (limited to 'Rules.mak')
0 files changed, 0 insertions, 0 deletions