]> sourceware.org Git - glibc.git/commit
stat.h: Fix missing declaration of struct timespec
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 9 Nov 2024 23:45:19 +0000 (00:45 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 9 Nov 2024 23:46:42 +0000 (00:46 +0100)
commit7b544224f82d20019f9b28522ebf8114a372d1a2
tree78da25291b12858c8480c4e5ba989f40eb88c730
parentd2e65aa7d6a6434672abcaecd61877bfa78eeb1d
stat.h: Fix missing declaration of struct timespec

When building with e.g. -std=c99 and _ATFILE_SOURCE, stat.h was missing
including bits/types/struct_timespec.h to get the struct timespec
declaration for utimensat.
io/sys/stat.h
This page took 0.037412 seconds and 5 git commands to generate.