about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-03-27 04:11:14 -0700
committerUlrich Drepper <drepper@redhat.com>2010-03-27 04:11:14 -0700
commit62f8db6e495ccc77d2f4a0e37406ae97d2ccfd3c (patch)
tree1493c5d1f8b85e61fd5afe73c09f6a532df7207e /ChangeLog
parent8dc1d0baa059066dfce35dc0bfe192252fda431b (diff)
downloadglibc-62f8db6e495ccc77d2f4a0e37406ae97d2ccfd3c.tar.gz
glibc-62f8db6e495ccc77d2f4a0e37406ae97d2ccfd3c.tar.xz
glibc-62f8db6e495ccc77d2f4a0e37406ae97d2ccfd3c.zip
Define miss_F_GETOWN_EX only if needed.
When doing i686-unknown-linux-gnu build configured with --enable-kernel=2.6.24,
there are several warnings like this:

  ../sysdeps/unix/sysv/linux/i386/fcntl.c:36:12: warning: ‘miss_F_GETOWN_EX’ defined but not used
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1bd98b6e6..d020871231 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-26  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/i386/fcntl.c: Define miss_F_GETOWN_EX
+	only if needed.
+	Patch mostly by Paul Pluzhnikov <ppluzhnikov@google.com>.
+
 2010-03-26  Richard Henderson  <rth@redhat.com>
 
 	* sysdeps/generic/ldsodefs.h (_dl_random): Mark attribute_relro;