aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@caviumnetworks.com>2016-11-29 08:06:47 -0800
committerSteve Ellcey <sellcey@caviumnetworks.com>2016-11-29 08:06:47 -0800
commita09411756fd935482a81e99dc3f3eae99843d012 (patch)
treea7397cebbee298c29253ddec193239d020e53365 /ChangeLog
parentb36528936449d2e800db8833869d108a20653c96 (diff)
downloadglibc-a09411756fd935482a81e99dc3f3eae99843d012.zip
glibc-a09411756fd935482a81e99dc3f3eae99843d012.tar.gz
glibc-a09411756fd935482a81e99dc3f3eae99843d012.tar.bz2
Use XSTAT_IS_XSTAT64 in generic xstat functions
* sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c: Do not define fxstat if XSTAT_IS_XSTAT64 is set to non-zero. * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Ditto for fxstatat. * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c: Ditto for lxstat. * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c: Ditto for xstat. * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat64.c: New file. * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat64.c: New file. * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c: Make __lxstat an alias of __lxstat64 if XSTAT_IS_XSTAT64 is set to non-zero. * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c: Ditto for __xstat.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a70c49..92c96c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2016-11-29 Yury Norov <ynorov@caviumnetworks.com>
+ Steve Ellcey <sellcey@caviumnetworks.com>
+
+ * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c: Do not define
+ fxstat if XSTAT_IS_XSTAT64 is set to non-zero.
+ * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Ditto for
+ fxstatat.
+ * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c: Ditto for
+ lxstat.
+ * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c: Ditto for xstat.
+ * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat64.c: New file.
+ * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat64.c: New file.
+ * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c: Make __lxstat
+ an alias of __lxstat64 if XSTAT_IS_XSTAT64 is set to non-zero.
+ * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c: Ditto for
+ __xstat.
+
2016-11-29 Florian Weimer <fweimer@redhat.com>
* sysdeps/powerpc/powerpc64/setjmp-common.S (__GI___sigsetjmp):