summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2012-07-31 19:59:03 +0200
committerPino Toscano <toscano.pino@tiscali.it>2012-07-31 19:59:03 +0200
commitd2a54255fe7a72dc6841df3a91f0607563524dc1 (patch)
treef3617c03490a4eceb087693dddf6c5f2f42310b2 /ChangeLog
parent789bd351b45f024b7f51e4886bf46b8e887ab6da (diff)
downloadglibc-d2a54255fe7a72dc6841df3a91f0607563524dc1.tar.gz
glibc-d2a54255fe7a72dc6841df3a91f0607563524dc1.tar.xz
glibc-d2a54255fe7a72dc6841df3a91f0607563524dc1.zip
Hurd: implement renameat
Provide an implementation of renameat, mostly based on rename.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30b9a9e420..102a87856d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
+
+	* sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
+
 2012-07-31  Roland McGrath  <roland@hack.frob.com>
 
 	* include/sys/socket.h (__libc_accept, __libc_accept4):