This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.21-375-g5e2aa9a


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  5e2aa9a421cd429e9ef7d169eda7c18a119e9b8c (commit)
      from  96dffc26dcc3e7e2bfb489845249ea274510e777 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5e2aa9a421cd429e9ef7d169eda7c18a119e9b8c

commit 5e2aa9a421cd429e9ef7d169eda7c18a119e9b8c
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed May 20 14:18:21 2015 -0700

    Move usleep.c using nanosleep to sysdeps/posix.

diff --git a/ChangeLog b/ChangeLog
index 0889f44..180c504 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-20  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/unix/sysv/linux/usleep.c: Moved to ...
+	* sysdeps/posix/usleep.c: ... here.
+
 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
diff --git a/sysdeps/unix/sysv/linux/usleep.c b/sysdeps/posix/usleep.c
similarity index 100%
rename from sysdeps/unix/sysv/linux/usleep.c
rename to sysdeps/posix/usleep.c

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                   |    5 +++++
 sysdeps/{unix/sysv/linux => posix}/usleep.c |    0
 2 files changed, 5 insertions(+), 0 deletions(-)
 rename sysdeps/{unix/sysv/linux => posix}/usleep.c (100%)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]