about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2014-05-13 17:04:27 +0200
committerAndreas Schwab <schwab@suse.de>2014-05-14 09:46:54 +0200
commit73ba67cbc3941c3bcfda31a22a9d0d97ac928f3b (patch)
tree1ff162cf22a3f22dd9fdf948bd58fdb56e94aa46 /ChangeLog
parent5e7698c6f152c93a73ee4140ad23f7171aa79ce0 (diff)
downloadglibc-73ba67cbc3941c3bcfda31a22a9d0d97ac928f3b.tar.gz
glibc-73ba67cbc3941c3bcfda31a22a9d0d97ac928f3b.tar.xz
glibc-73ba67cbc3941c3bcfda31a22a9d0d97ac928f3b.zip
Fix macro warning on HAVE_PT_CHOWN
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e66dafc40d..7d9a8b7eaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-14  Andreas Schwab  <schwab@suse.de>
+
+	* config.h.in (HAVE_PT_CHOWN): Define as 0.
+	* sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
+	not definedness.
+
 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):