about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-01-13 12:42:06 -0500
committerUlrich Drepper <drepper@gmail.com>2011-01-13 12:42:06 -0500
commit1086d70d916fd0eb969b3d89ff88abd35f6a5c34 (patch)
tree5b6d18db9462b6b20e5c8abd59a7fe0f96e92393 /ChangeLog
parent451f001b50870604e1f2daef12f04f9f460d3997 (diff)
downloadglibc-1086d70d916fd0eb969b3d89ff88abd35f6a5c34.tar.gz
glibc-1086d70d916fd0eb969b3d89ff88abd35f6a5c34.tar.xz
glibc-1086d70d916fd0eb969b3d89ff88abd35f6a5c34.zip
Fix handling of missing syscall in Linux mkdirat.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1d391c064..3035d3dbfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #12397]
+	* sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
+	syscall.
+
 	[BZ #10484]
 	* nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
 	temporary buffer used to handle multi lookups locally.