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.16-ports-merge-222-g7c6f9d5


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  7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3 (commit)
      from  3bd9e9931bcb4ae2874a95319a11dff4c604afb6 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3

commit 7c6f9d53c1f57bb9b679fcdb39d2b5a9c63e46d3
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Aug 17 13:52:32 2012 -0700

    Move some things from sysdeps/unix to sysdeps/posix.

diff --git a/ChangeLog b/ChangeLog
index 6f793c7..70407fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2012-08-17  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/unix/mkfifo.c: Moved ...
+	* sysdeps/posix/mkfifo.c: ... here.
+	* sysdeps/unix/mkfifoat.c: Moved ...
+	* sysdeps/posix/mkfifoat.c: ... here.
+
+	* sysdeps/unix/utime.c: Moved ...
+	* sysdeps/posix/utime.c: ... here.
+
+	* sysdeps/unix/time.c: Moved ...
+	* sysdeps/posix/time.c: ... here.
+
+	* sysdeps/unix/nice.c: Moved ...
+	* sysdeps/posix/nice.c: ... here.
+
+	* sysdeps/unix/alarm.c: Moved ...
+	* sysdeps/posix/alarm.c: ... here.
+
 	* intl/Makefile ($(codeset_mo)): Depend on the input file.
 
 2012-08-17  Jeff Law <law@redhat.com>
diff --git a/sysdeps/unix/alarm.c b/sysdeps/posix/alarm.c
similarity index 100%
rename from sysdeps/unix/alarm.c
rename to sysdeps/posix/alarm.c
diff --git a/sysdeps/unix/mkfifo.c b/sysdeps/posix/mkfifo.c
similarity index 100%
rename from sysdeps/unix/mkfifo.c
rename to sysdeps/posix/mkfifo.c
diff --git a/sysdeps/unix/mkfifoat.c b/sysdeps/posix/mkfifoat.c
similarity index 100%
rename from sysdeps/unix/mkfifoat.c
rename to sysdeps/posix/mkfifoat.c
diff --git a/sysdeps/unix/nice.c b/sysdeps/posix/nice.c
similarity index 100%
rename from sysdeps/unix/nice.c
rename to sysdeps/posix/nice.c
diff --git a/sysdeps/unix/time.c b/sysdeps/posix/time.c
similarity index 100%
rename from sysdeps/unix/time.c
rename to sysdeps/posix/time.c
diff --git a/sysdeps/unix/utime.c b/sysdeps/posix/utime.c
similarity index 100%
rename from sysdeps/unix/utime.c
rename to sysdeps/posix/utime.c

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

Summary of changes:
 ChangeLog                          |   17 +++++++++++++++++
 sysdeps/{unix => posix}/alarm.c    |    0
 sysdeps/{unix => posix}/mkfifo.c   |    0
 sysdeps/{unix => posix}/mkfifoat.c |    0
 sysdeps/{unix => posix}/nice.c     |    0
 sysdeps/{unix => posix}/time.c     |    0
 sysdeps/{unix => posix}/utime.c    |    0
 7 files changed, 17 insertions(+), 0 deletions(-)
 rename sysdeps/{unix => posix}/alarm.c (100%)
 rename sysdeps/{unix => posix}/mkfifo.c (100%)
 rename sysdeps/{unix => posix}/mkfifoat.c (100%)
 rename sysdeps/{unix => posix}/nice.c (100%)
 rename sysdeps/{unix => posix}/time.c (100%)
 rename sysdeps/{unix => posix}/utime.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]