From: Roland McGrath Date: Wed, 15 Aug 2012 22:40:06 +0000 (-0700) Subject: Move stub lseek.c to the right directory. X-Git-Tag: glibc-2.17~682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952bf94a281fb855c169f43fb7330b4dc655063a;p=thirdparty%2Fglibc.git Move stub lseek.c to the right directory. --- diff --git a/ChangeLog b/ChangeLog index 2a67a37e8df..3dd5842b082 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-08-15 Roland McGrath + * misc/lseek.c: File moved to ... + * io/lseek.c: ... here. + * rt/clock_nanosleep.c: Include , not . * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid diff --git a/misc/lseek.c b/io/lseek.c similarity index 100% rename from misc/lseek.c rename to io/lseek.c