X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=859685bcb100a72bc0d1fc9a3179503f5296fe7f;hb=1114cbc4eda4c4d13fa48169be60ff2a165507cc;hp=8de634744e8d6dd819ac4ad1a73c5210d4299f86;hpb=5e4ba08522668e467368c5af5940550b858bf2f8;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 8de634744..859685bcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-12-27 Paul Eggert + + utimens: work around glibc rounding bug on older Linux kernels + * lib/utimens.c (fdutimens): If invoking futimesat or futimes + on Linux with a glibc whose utimes might not work, then work + around a longstanding glibc bug involving rounding rather than + truncated time stamps. Reported for Linux 2.4.21 by Bruno Haible in + . + 2010-12-26 Bruno Haible inet_ntop: Hide mismatch of declaration on NonStop Kernel.