about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-05-10 15:54:27 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-10 15:57:29 -0700
commit61f06bd3ba0a5c95ca7261cacb13025fa30f10f4 (patch)
tree5a6925d799e057a848b7b6c42a4d409a7b46d969 /ChangeLog
parent918d4d716343a54ce97aefb13d20fa8f4e1d03de (diff)
downloadglibc-61f06bd3ba0a5c95ca7261cacb13025fa30f10f4.tar.gz
glibc-61f06bd3ba0a5c95ca7261cacb13025fa30f10f4.tar.xz
glibc-61f06bd3ba0a5c95ca7261cacb13025fa30f10f4.zip
Hurd: fix mode type for openat
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa79b77af5..89a6ccfa5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
+	* sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
+	instead of int.
+
 	* sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
 	if __dir_mkfile succeeded.