about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-15 15:40:06 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-15 15:40:06 -0700
commit952bf94a281fb855c169f43fb7330b4dc655063a (patch)
treeb3b5a74bdac881c79eab4d9fb097eb262f726b14
parent7c99b50ae4c722b4263fdd477305f27e1670bfa1 (diff)
downloadglibc-952bf94a281fb855c169f43fb7330b4dc655063a.tar.gz
glibc-952bf94a281fb855c169f43fb7330b4dc655063a.tar.xz
glibc-952bf94a281fb855c169f43fb7330b4dc655063a.zip
Move stub lseek.c to the right directory.
-rw-r--r--ChangeLog3
-rw-r--r--io/lseek.c (renamed from misc/lseek.c)0
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a67a37e8d..3dd5842b08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-08-15  Roland McGrath  <roland@hack.frob.com>
 
+	* misc/lseek.c: File moved to ...
+	* io/lseek.c: ... here.
+
 	* rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
 
 	* crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
diff --git a/misc/lseek.c b/io/lseek.c
index 0729cb66ee..0729cb66ee 100644
--- a/misc/lseek.c
+++ b/io/lseek.c