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.19-569-g463dc94


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  463dc947b4f9bc4137c9919ee72b896403926474 (commit)
      from  e876b09076d859836f948691dee5a1e3b956256e (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=463dc947b4f9bc4137c9919ee72b896403926474

commit 463dc947b4f9bc4137c9919ee72b896403926474
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Jun 12 13:48:47 2014 -0700

    Get rid of nptl/sysdeps/pthread/ subdirectory

diff --git a/ChangeLog b/ChangeLog
index 0f66198..cff5315 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,83 @@
 2014-06-12  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/nptl/Makefile: Move tst-timer bits to ...
+	* sysdeps/pthread/Makefile: ... here, new file.
+
+	* nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
+	* sysdeps/nptl/Implies: ... here.
+	* sysdeps/unix/sysv/linux/Implies: Add nptl.
+	* nptl/sysdeps/pthread/list.h: Moved ...
+	* include/list.h: ... here.
+	* nptl/sysdeps/pthread/createthread.c: Moved ...
+	* nptl/createthread.c: ... here.
+	* nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
+	* nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
+	* nptl/pt-longjmp.c: ... here.
+	* nptl/sysdeps/pthread/Makefile: Moved ...
+	* sysdeps/nptl/Makefile: ... here.
+	* nptl/sysdeps/pthread/Subdirs: Moved ...
+	* sysdeps/nptl/Subdirs: ... here.
+	* nptl/sysdeps/pthread/aio_misc.h: Moved ...
+	* sysdeps/nptl/aio_misc.h: ... here.
+	* nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
+	* sysdeps/nptl/bits/libc-lock.h: ... here.
+	* nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
+	* sysdeps/nptl/bits/libc-lockP.h: ... here.
+	* nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
+	* sysdeps/nptl/bits/stdio-lock.h: ... here.
+	* nptl/sysdeps/pthread/configure: Moved ...
+	* sysdeps/nptl/configure: ... here.
+	* nptl/sysdeps/pthread/configure.ac: Moved ...
+	* sysdeps/nptl/configure.ac: ... here.
+	* nptl/sysdeps/pthread/gai_misc.h: Moved ...
+	* sysdeps/nptl/gai_misc.h: ... here.
+	* nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
+	* sysdeps/nptl/librt-cancellation.c: ... here.
+	* nptl/sysdeps/pthread/malloc-machine.h: Moved ...
+	* sysdeps/nptl/malloc-machine.h: ... here.
+	* nptl/sysdeps/pthread/pthread-functions.h: Moved ...
+	* sysdeps/nptl/pthread-functions.h: ... here.
+	* nptl/sysdeps/pthread/pthread.h: Moved ...
+	* sysdeps/nptl/pthread.h: ... here.
+	* nptl/sysdeps/pthread/setxid.h: Moved ...
+	* sysdeps/nptl/setxid.h: ... here.
+	* nptl/sysdeps/pthread/sigfillset.c: Moved ...
+	* sysdeps/nptl/sigfillset.c: ... here.
+	* nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
+	* sysdeps/nptl/tcb-offsets.h: ... here.
+	* nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
+	* sysdeps/nptl/tst-mqueue8x.c: ... here.
+	* nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
+	* sysdeps/nptl/unwind-forcedunwind.c: ... here.
+	* nptl/sysdeps/pthread/allocalim.h: Moved ...
+	* sysdeps/pthread/allocalim.h: ... here.
+	* nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
+	* sysdeps/pthread/bits/sigthread.h: ... here.
+	* nptl/sysdeps/pthread/flockfile.c: Moved ...
+	* sysdeps/pthread/flockfile.c: ... here.
+	* nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
+	* sysdeps/pthread/ftrylockfile.c: ... here.
+	* nptl/sysdeps/pthread/funlockfile.c: Moved ...
+	* sysdeps/pthread/funlockfile.c: ... here.
+	* nptl/sysdeps/pthread/posix-timer.h: Moved ...
+	* sysdeps/pthread/posix-timer.h: ... here.
+	* nptl/sysdeps/pthread/timer_create.c: Moved ...
+	* sysdeps/pthread/timer_create.c: ... here.
+	* nptl/sysdeps/pthread/timer_delete.c: Moved ...
+	* sysdeps/pthread/timer_delete.c: ... here.
+	* nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
+	* sysdeps/pthread/timer_getoverr.c: ... here.
+	* nptl/sysdeps/pthread/timer_gettime.c: Moved ...
+	* sysdeps/pthread/timer_gettime.c: ... here.
+	* nptl/sysdeps/pthread/timer_routines.c: Moved ...
+	* sysdeps/pthread/timer_routines.c: ... here.
+	* nptl/sysdeps/pthread/timer_settime.c: Moved ...
+	* sysdeps/pthread/timer_settime.c: ... here.
+	* nptl/sysdeps/pthread/tst-timer.c: Moved ...
+	* sysdeps/pthread/tst-timer.c: ... here.
+	* nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
+	* sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
+
 	* sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
 	* nptl/sysdeps/pthread/sigprocmask.c: File removed.
 
diff --git a/nptl/sysdeps/pthread/list.h b/include/list.h
similarity index 100%
rename from nptl/sysdeps/pthread/list.h
rename to include/list.h
diff --git a/nptl/sysdeps/pthread/createthread.c b/nptl/createthread.c
similarity index 100%
rename from nptl/sysdeps/pthread/createthread.c
rename to nptl/createthread.c
diff --git a/nptl/sysdeps/pthread/pt-longjmp.c b/nptl/pt-longjmp.c
similarity index 100%
rename from nptl/sysdeps/pthread/pt-longjmp.c
rename to nptl/pt-longjmp.c
diff --git a/nptl/sysdeps/unix/sysv/linux/createthread.c b/nptl/sysdeps/unix/sysv/linux/createthread.c
index c2f0902..9a21f39 100644
--- a/nptl/sysdeps/unix/sysv/linux/createthread.c
+++ b/nptl/sysdeps/unix/sysv/linux/createthread.c
@@ -20,4 +20,4 @@
 #define TLS_VALUE pd
 
 /* Get the real implementation.	 */
-#include <nptl/sysdeps/pthread/createthread.c>
+#include <nptl/createthread.c>
diff --git a/nptl/sysdeps/unix/sysv/linux/Implies b/sysdeps/nptl/Implies
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/Implies
rename to sysdeps/nptl/Implies
diff --git a/nptl/sysdeps/pthread/Makefile b/sysdeps/nptl/Makefile
similarity index 88%
copy from nptl/sysdeps/pthread/Makefile
copy to sysdeps/nptl/Makefile
index 60d525e..bedf39b 100644
--- a/nptl/sysdeps/pthread/Makefile
+++ b/sysdeps/nptl/Makefile
@@ -24,12 +24,6 @@ ifeq ($(subdir),rt)
 librt-sysdep_routines += timer_routines librt-cancellation
 CFLAGS-librt-cancellation.c += -fexceptions -fasynchronous-unwind-tables
 
-ifeq (yes,$(build-shared))
-$(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library)
-else
-$(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)
-endif
-
 ifeq ($(have-forced-unwind),yes)
 tests += tst-mqueue8x
 CFLAGS-tst-mqueue8x.c += -fexceptions
diff --git a/nptl/sysdeps/pthread/Subdirs b/sysdeps/nptl/Subdirs
similarity index 100%
rename from nptl/sysdeps/pthread/Subdirs
rename to sysdeps/nptl/Subdirs
diff --git a/nptl/sysdeps/pthread/aio_misc.h b/sysdeps/nptl/aio_misc.h
similarity index 100%
rename from nptl/sysdeps/pthread/aio_misc.h
rename to sysdeps/nptl/aio_misc.h
diff --git a/nptl/sysdeps/pthread/bits/libc-lock.h b/sysdeps/nptl/bits/libc-lock.h
similarity index 100%
rename from nptl/sysdeps/pthread/bits/libc-lock.h
rename to sysdeps/nptl/bits/libc-lock.h
diff --git a/nptl/sysdeps/pthread/bits/libc-lockP.h b/sysdeps/nptl/bits/libc-lockP.h
similarity index 100%
rename from nptl/sysdeps/pthread/bits/libc-lockP.h
rename to sysdeps/nptl/bits/libc-lockP.h
diff --git a/nptl/sysdeps/pthread/bits/stdio-lock.h b/sysdeps/nptl/bits/stdio-lock.h
similarity index 100%
rename from nptl/sysdeps/pthread/bits/stdio-lock.h
rename to sysdeps/nptl/bits/stdio-lock.h
diff --git a/nptl/sysdeps/pthread/configure b/sysdeps/nptl/configure
similarity index 100%
rename from nptl/sysdeps/pthread/configure
rename to sysdeps/nptl/configure
diff --git a/nptl/sysdeps/pthread/configure.ac b/sysdeps/nptl/configure.ac
similarity index 100%
rename from nptl/sysdeps/pthread/configure.ac
rename to sysdeps/nptl/configure.ac
diff --git a/nptl/sysdeps/pthread/gai_misc.h b/sysdeps/nptl/gai_misc.h
similarity index 100%
rename from nptl/sysdeps/pthread/gai_misc.h
rename to sysdeps/nptl/gai_misc.h
diff --git a/nptl/sysdeps/pthread/librt-cancellation.c b/sysdeps/nptl/librt-cancellation.c
similarity index 100%
rename from nptl/sysdeps/pthread/librt-cancellation.c
rename to sysdeps/nptl/librt-cancellation.c
diff --git a/nptl/sysdeps/pthread/malloc-machine.h b/sysdeps/nptl/malloc-machine.h
similarity index 100%
rename from nptl/sysdeps/pthread/malloc-machine.h
rename to sysdeps/nptl/malloc-machine.h
diff --git a/nptl/sysdeps/pthread/pthread-functions.h b/sysdeps/nptl/pthread-functions.h
similarity index 100%
rename from nptl/sysdeps/pthread/pthread-functions.h
rename to sysdeps/nptl/pthread-functions.h
diff --git a/nptl/sysdeps/pthread/pthread.h b/sysdeps/nptl/pthread.h
similarity index 100%
rename from nptl/sysdeps/pthread/pthread.h
rename to sysdeps/nptl/pthread.h
diff --git a/nptl/sysdeps/pthread/setxid.h b/sysdeps/nptl/setxid.h
similarity index 100%
rename from nptl/sysdeps/pthread/setxid.h
rename to sysdeps/nptl/setxid.h
diff --git a/nptl/sysdeps/pthread/sigfillset.c b/sysdeps/nptl/sigfillset.c
similarity index 100%
rename from nptl/sysdeps/pthread/sigfillset.c
rename to sysdeps/nptl/sigfillset.c
diff --git a/nptl/sysdeps/pthread/tcb-offsets.h b/sysdeps/nptl/tcb-offsets.h
similarity index 100%
rename from nptl/sysdeps/pthread/tcb-offsets.h
rename to sysdeps/nptl/tcb-offsets.h
diff --git a/nptl/sysdeps/pthread/tst-mqueue8x.c b/sysdeps/nptl/tst-mqueue8x.c
similarity index 100%
rename from nptl/sysdeps/pthread/tst-mqueue8x.c
rename to sysdeps/nptl/tst-mqueue8x.c
diff --git a/nptl/sysdeps/pthread/unwind-forcedunwind.c b/sysdeps/nptl/unwind-forcedunwind.c
similarity index 100%
rename from nptl/sysdeps/pthread/unwind-forcedunwind.c
rename to sysdeps/nptl/unwind-forcedunwind.c
diff --git a/nptl/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
similarity index 62%
rename from nptl/sysdeps/pthread/Makefile
rename to sysdeps/pthread/Makefile
index 60d525e..1080dc9 100644
--- a/nptl/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -1,6 +1,6 @@
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+# sysdeps makefile fragment for all pthread-supporting configurations.
+# Copyright (C) 2014 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
-# Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
 # The GNU C Library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -16,26 +16,8 @@
 # License along with the GNU C Library; if not, see
 # <http://www.gnu.org/licenses/>.
 
-ifeq ($(subdir),nptl)
-libpthread-sysdep_routines += errno-loc
-endif
-
-ifeq ($(subdir),rt)
-librt-sysdep_routines += timer_routines librt-cancellation
-CFLAGS-librt-cancellation.c += -fexceptions -fasynchronous-unwind-tables
-
 ifeq (yes,$(build-shared))
 $(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library)
 else
 $(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)
 endif
-
-ifeq ($(have-forced-unwind),yes)
-tests += tst-mqueue8x
-CFLAGS-tst-mqueue8x.c += -fexceptions
-endif
-endif
-
-ifeq ($(subdir),posix)
-CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"NPTL $(version)"'
-endif
diff --git a/nptl/sysdeps/pthread/allocalim.h b/sysdeps/pthread/allocalim.h
similarity index 100%
rename from nptl/sysdeps/pthread/allocalim.h
rename to sysdeps/pthread/allocalim.h
diff --git a/nptl/sysdeps/pthread/bits/sigthread.h b/sysdeps/pthread/bits/sigthread.h
similarity index 100%
rename from nptl/sysdeps/pthread/bits/sigthread.h
rename to sysdeps/pthread/bits/sigthread.h
diff --git a/nptl/sysdeps/pthread/flockfile.c b/sysdeps/pthread/flockfile.c
similarity index 100%
rename from nptl/sysdeps/pthread/flockfile.c
rename to sysdeps/pthread/flockfile.c
diff --git a/nptl/sysdeps/pthread/ftrylockfile.c b/sysdeps/pthread/ftrylockfile.c
similarity index 100%
rename from nptl/sysdeps/pthread/ftrylockfile.c
rename to sysdeps/pthread/ftrylockfile.c
diff --git a/nptl/sysdeps/pthread/funlockfile.c b/sysdeps/pthread/funlockfile.c
similarity index 100%
rename from nptl/sysdeps/pthread/funlockfile.c
rename to sysdeps/pthread/funlockfile.c
diff --git a/nptl/sysdeps/pthread/posix-timer.h b/sysdeps/pthread/posix-timer.h
similarity index 100%
rename from nptl/sysdeps/pthread/posix-timer.h
rename to sysdeps/pthread/posix-timer.h
diff --git a/nptl/sysdeps/pthread/timer_create.c b/sysdeps/pthread/timer_create.c
similarity index 100%
rename from nptl/sysdeps/pthread/timer_create.c
rename to sysdeps/pthread/timer_create.c
diff --git a/nptl/sysdeps/pthread/timer_delete.c b/sysdeps/pthread/timer_delete.c
similarity index 100%
rename from nptl/sysdeps/pthread/timer_delete.c
rename to sysdeps/pthread/timer_delete.c
diff --git a/nptl/sysdeps/pthread/timer_getoverr.c b/sysdeps/pthread/timer_getoverr.c
similarity index 100%
rename from nptl/sysdeps/pthread/timer_getoverr.c
rename to sysdeps/pthread/timer_getoverr.c
diff --git a/nptl/sysdeps/pthread/timer_gettime.c b/sysdeps/pthread/timer_gettime.c
similarity index 100%
rename from nptl/sysdeps/pthread/timer_gettime.c
rename to sysdeps/pthread/timer_gettime.c
diff --git a/nptl/sysdeps/pthread/timer_routines.c b/sysdeps/pthread/timer_routines.c
similarity index 100%
rename from nptl/sysdeps/pthread/timer_routines.c
rename to sysdeps/pthread/timer_routines.c
diff --git a/nptl/sysdeps/pthread/timer_settime.c b/sysdeps/pthread/timer_settime.c
similarity index 100%
rename from nptl/sysdeps/pthread/timer_settime.c
rename to sysdeps/pthread/timer_settime.c
diff --git a/nptl/sysdeps/pthread/tst-timer.c b/sysdeps/pthread/tst-timer.c
similarity index 100%
rename from nptl/sysdeps/pthread/tst-timer.c
rename to sysdeps/pthread/tst-timer.c
diff --git a/sysdeps/unix/sysv/linux/Implies b/sysdeps/unix/sysv/linux/Implies
index b04bb6b..a579e63 100644
--- a/sysdeps/unix/sysv/linux/Implies
+++ b/sysdeps/unix/sysv/linux/Implies
@@ -1,3 +1,6 @@
+# All Linux builds use NPTL.
+nptl
+
 # The gnu subdirectory exists for things common to both Linux-based and
 # Hurd-based GNU systems.
 gnu
diff --git a/nptl/sysdeps/pthread/pthread_sigmask.c b/sysdeps/unix/sysv/linux/pthread_sigmask.c
similarity index 100%
rename from nptl/sysdeps/pthread/pthread_sigmask.c
rename to sysdeps/unix/sysv/linux/pthread_sigmask.c

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

Summary of changes:
 ChangeLog                                          |   78 ++++++++++++++++++++
 {nptl/sysdeps/pthread => include}/list.h           |    0
 nptl/{sysdeps/pthread => }/createthread.c          |    0
 nptl/{sysdeps/pthread => }/pt-longjmp.c            |    0
 nptl/sysdeps/unix/sysv/linux/createthread.c        |    2 +-
 .../unix/sysv/linux => sysdeps/nptl}/Implies       |    0
 {nptl/sysdeps/pthread => sysdeps/nptl}/Makefile    |    6 --
 {nptl/sysdeps/pthread => sysdeps/nptl}/Subdirs     |    0
 {nptl/sysdeps/pthread => sysdeps/nptl}/aio_misc.h  |    0
 .../pthread => sysdeps/nptl}/bits/libc-lock.h      |    0
 .../pthread => sysdeps/nptl}/bits/libc-lockP.h     |    0
 .../pthread => sysdeps/nptl}/bits/stdio-lock.h     |    0
 {nptl/sysdeps/pthread => sysdeps/nptl}/configure   |    0
 .../sysdeps/pthread => sysdeps/nptl}/configure.ac  |    0
 {nptl/sysdeps/pthread => sysdeps/nptl}/gai_misc.h  |    0
 .../pthread => sysdeps/nptl}/librt-cancellation.c  |    0
 .../pthread => sysdeps/nptl}/malloc-machine.h      |    0
 .../pthread => sysdeps/nptl}/pthread-functions.h   |    0
 {nptl/sysdeps/pthread => sysdeps/nptl}/pthread.h   |    0
 {nptl/sysdeps/pthread => sysdeps/nptl}/setxid.h    |    0
 .../sysdeps/pthread => sysdeps/nptl}/sigfillset.c  |    0
 .../sysdeps/pthread => sysdeps/nptl}/tcb-offsets.h |    0
 .../pthread => sysdeps/nptl}/tst-mqueue8x.c        |    0
 .../pthread => sysdeps/nptl}/unwind-forcedunwind.c |    0
 {nptl/sysdeps/s390 => sysdeps/pthread}/Makefile    |   13 ++--
 {nptl/sysdeps => sysdeps}/pthread/allocalim.h      |    0
 {nptl/sysdeps => sysdeps}/pthread/bits/sigthread.h |    0
 {nptl/sysdeps => sysdeps}/pthread/flockfile.c      |    0
 {nptl/sysdeps => sysdeps}/pthread/ftrylockfile.c   |    0
 {nptl/sysdeps => sysdeps}/pthread/funlockfile.c    |    0
 {nptl/sysdeps => sysdeps}/pthread/posix-timer.h    |    0
 {nptl/sysdeps => sysdeps}/pthread/timer_create.c   |    0
 {nptl/sysdeps => sysdeps}/pthread/timer_delete.c   |    0
 {nptl/sysdeps => sysdeps}/pthread/timer_getoverr.c |    0
 {nptl/sysdeps => sysdeps}/pthread/timer_gettime.c  |    0
 {nptl/sysdeps => sysdeps}/pthread/timer_routines.c |    0
 {nptl/sysdeps => sysdeps}/pthread/timer_settime.c  |    0
 {nptl/sysdeps => sysdeps}/pthread/tst-timer.c      |    0
 sysdeps/unix/sysv/linux/Implies                    |    3 +
 .../unix/sysv/linux}/pthread_sigmask.c             |    0
 40 files changed, 88 insertions(+), 14 deletions(-)
 rename {nptl/sysdeps/pthread => include}/list.h (100%)
 rename nptl/{sysdeps/pthread => }/createthread.c (100%)
 rename nptl/{sysdeps/pthread => }/pt-longjmp.c (100%)
 rename {nptl/sysdeps/unix/sysv/linux => sysdeps/nptl}/Implies (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/Makefile (88%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/Subdirs (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/aio_misc.h (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/bits/libc-lock.h (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/bits/libc-lockP.h (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/bits/stdio-lock.h (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/configure (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/configure.ac (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/gai_misc.h (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/librt-cancellation.c (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/malloc-machine.h (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/pthread-functions.h (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/pthread.h (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/setxid.h (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/sigfillset.c (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/tcb-offsets.h (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/tst-mqueue8x.c (100%)
 rename {nptl/sysdeps/pthread => sysdeps/nptl}/unwind-forcedunwind.c (100%)
 copy {nptl/sysdeps/s390 => sysdeps/pthread}/Makefile (72%)
 rename {nptl/sysdeps => sysdeps}/pthread/allocalim.h (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/bits/sigthread.h (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/flockfile.c (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/ftrylockfile.c (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/funlockfile.c (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/posix-timer.h (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/timer_create.c (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/timer_delete.c (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/timer_getoverr.c (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/timer_gettime.c (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/timer_routines.c (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/timer_settime.c (100%)
 rename {nptl/sysdeps => sysdeps}/pthread/tst-timer.c (100%)
 rename {nptl/sysdeps/pthread => sysdeps/unix/sysv/linux}/pthread_sigmask.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]