diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-02 17:07:11 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-02 17:07:11 +0200 |
commit | fa9e15558d711c098183be531043eae465b81036 (patch) | |
tree | 3498686e824201ddca013bba08c09349917965c8 /ChangeLog | |
parent | fb03b04b7f18638d0942622a479acf7f63b5019f (diff) | |
download | glibc-fa9e15558d711c098183be531043eae465b81036.tar.gz glibc-fa9e15558d711c098183be531043eae465b81036.tar.xz glibc-fa9e15558d711c098183be531043eae465b81036.zip |
hurd: Fix exposition of UTIME_NOW, UTIME_OMIT
* sysdeps/mach/hurd/bits/stat.h [!__USE_MISC && __USE_ATFILE] (UTIME_NOW, UTIME_OMIT): Define macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ff6787cc7b..a3cb00e7cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -223,6 +223,9 @@ * README: Remove the mention of out-of-tree patches needed for GNU/Hurd. + * sysdeps/mach/hurd/bits/stat.h [!__USE_MISC && __USE_ATFILE] + (UTIME_NOW, UTIME_OMIT): Define macros. + 2018-04-02 Agustina Arzille <avarzille@riseup.net> Amos Jeffries <squid3@treenet.co.nz> David Michael <fedora.dm0@gmail.com> |