diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-08-26 15:11:47 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-08-26 15:11:47 -0700 |
commit | 53234cc3a368c1b61be017d87b71cfe2affbba68 (patch) | |
tree | 262a15c6f9a51339bbd350da539ca73f242020d5 /ChangeLog | |
parent | 59d112a4c7b6bd3ab220abbb68d8127f316a109c (diff) | |
download | glibc-53234cc3a368c1b61be017d87b71cfe2affbba68.tar.gz glibc-53234cc3a368c1b61be017d87b71cfe2affbba68.tar.xz glibc-53234cc3a368c1b61be017d87b71cfe2affbba68.zip |
Make stub lxstat64 call xstat64, like stub lxstat calls xstat.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2000233eb7..ed8d7fef26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-08-26 Roland McGrath <roland@hack.frob.com> + * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat. + * nss/nss_files/files-key.c: Include <rpc/des_crypt.h> instead of explicitly declaring xdecrypt. * nis/nss_nis/nis-publickey.c: Likewise. |