summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-05-10 15:21:18 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-10 15:57:26 -0700
commitedadcbd6247ca741756e234b6aa5f3db895bdd3d (patch)
treef4cc29ae6b5af06b042f67883c3c303c3c291944 /ChangeLog
parent1792c087e53274678b4c638a54ca6b85182e51ca (diff)
Hurd: empty file names fail with ENOENT
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1371751346..739ee9689e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
+ Return ENOENT when name is empty.
+ * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
+
2012-05-10 Thomas Schwinge <thomas@schwinge.name>
* include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.