diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-15 15:40:06 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-15 15:40:06 -0700 |
commit | 952bf94a281fb855c169f43fb7330b4dc655063a (patch) | |
tree | b3b5a74bdac881c79eab4d9fb097eb262f726b14 | |
parent | 7c99b50ae4c722b4263fdd477305f27e1670bfa1 (diff) | |
download | glibc-952bf94a281fb855c169f43fb7330b4dc655063a.zip glibc-952bf94a281fb855c169f43fb7330b4dc655063a.tar.gz glibc-952bf94a281fb855c169f43fb7330b4dc655063a.tar.bz2 |
Move stub lseek.c to the right directory.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | io/lseek.c (renamed from misc/lseek.c) | 0 |
2 files changed, 3 insertions, 0 deletions
@@ -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 0729cb6..0729cb6 100644 --- a/misc/lseek.c +++ b/io/lseek.c |