Get rid of nptl/sysdeps/pthread/ subdirectory
authorRoland McGrath <roland@hack.frob.com>
Thu, 12 Jun 2014 20:48:47 +0000 (13:48 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 12 Jun 2014 20:48:47 +0000 (13:48 -0700)
commit463dc947b4f9bc4137c9919ee72b896403926474
treeaaade6746cade247ea83c99c3057f6f08e1eb6a9
parente876b09076d859836f948691dee5a1e3b956256e
Get rid of nptl/sysdeps/pthread/ subdirectory
40 files changed:
ChangeLog
include/list.h [moved from nptl/sysdeps/pthread/list.h with 100% similarity]
nptl/createthread.c [moved from nptl/sysdeps/pthread/createthread.c with 100% similarity]
nptl/pt-longjmp.c [moved from nptl/sysdeps/pthread/pt-longjmp.c with 100% similarity]
nptl/sysdeps/unix/sysv/linux/createthread.c
sysdeps/nptl/Implies [moved from nptl/sysdeps/unix/sysv/linux/Implies with 100% similarity]
sysdeps/nptl/Makefile [moved from nptl/sysdeps/pthread/Makefile with 88% similarity]
sysdeps/nptl/Subdirs [moved from nptl/sysdeps/pthread/Subdirs with 100% similarity]
sysdeps/nptl/aio_misc.h [moved from nptl/sysdeps/pthread/aio_misc.h with 100% similarity]
sysdeps/nptl/bits/libc-lock.h [moved from nptl/sysdeps/pthread/bits/libc-lock.h with 100% similarity]
sysdeps/nptl/bits/libc-lockP.h [moved from nptl/sysdeps/pthread/bits/libc-lockP.h with 100% similarity]
sysdeps/nptl/bits/stdio-lock.h [moved from nptl/sysdeps/pthread/bits/stdio-lock.h with 100% similarity]
sysdeps/nptl/configure [moved from nptl/sysdeps/pthread/configure with 100% similarity]
sysdeps/nptl/configure.ac [moved from nptl/sysdeps/pthread/configure.ac with 100% similarity]
sysdeps/nptl/gai_misc.h [moved from nptl/sysdeps/pthread/gai_misc.h with 100% similarity]
sysdeps/nptl/librt-cancellation.c [moved from nptl/sysdeps/pthread/librt-cancellation.c with 100% similarity]
sysdeps/nptl/malloc-machine.h [moved from nptl/sysdeps/pthread/malloc-machine.h with 100% similarity]
sysdeps/nptl/pthread-functions.h [moved from nptl/sysdeps/pthread/pthread-functions.h with 100% similarity]
sysdeps/nptl/pthread.h [moved from nptl/sysdeps/pthread/pthread.h with 100% similarity]
sysdeps/nptl/setxid.h [moved from nptl/sysdeps/pthread/setxid.h with 100% similarity]
sysdeps/nptl/sigfillset.c [moved from nptl/sysdeps/pthread/sigfillset.c with 100% similarity]
sysdeps/nptl/tcb-offsets.h [moved from nptl/sysdeps/pthread/tcb-offsets.h with 100% similarity]
sysdeps/nptl/tst-mqueue8x.c [moved from nptl/sysdeps/pthread/tst-mqueue8x.c with 100% similarity]
sysdeps/nptl/unwind-forcedunwind.c [moved from nptl/sysdeps/pthread/unwind-forcedunwind.c with 100% similarity]
sysdeps/pthread/Makefile [new file with mode: 0644]
sysdeps/pthread/allocalim.h [moved from nptl/sysdeps/pthread/allocalim.h with 100% similarity]
sysdeps/pthread/bits/sigthread.h [moved from nptl/sysdeps/pthread/bits/sigthread.h with 100% similarity]
sysdeps/pthread/flockfile.c [moved from nptl/sysdeps/pthread/flockfile.c with 100% similarity]
sysdeps/pthread/ftrylockfile.c [moved from nptl/sysdeps/pthread/ftrylockfile.c with 100% similarity]
sysdeps/pthread/funlockfile.c [moved from nptl/sysdeps/pthread/funlockfile.c with 100% similarity]
sysdeps/pthread/posix-timer.h [moved from nptl/sysdeps/pthread/posix-timer.h with 100% similarity]
sysdeps/pthread/timer_create.c [moved from nptl/sysdeps/pthread/timer_create.c with 100% similarity]
sysdeps/pthread/timer_delete.c [moved from nptl/sysdeps/pthread/timer_delete.c with 100% similarity]
sysdeps/pthread/timer_getoverr.c [moved from nptl/sysdeps/pthread/timer_getoverr.c with 100% similarity]
sysdeps/pthread/timer_gettime.c [moved from nptl/sysdeps/pthread/timer_gettime.c with 100% similarity]
sysdeps/pthread/timer_routines.c [moved from nptl/sysdeps/pthread/timer_routines.c with 100% similarity]
sysdeps/pthread/timer_settime.c [moved from nptl/sysdeps/pthread/timer_settime.c with 100% similarity]
sysdeps/pthread/tst-timer.c [moved from nptl/sysdeps/pthread/tst-timer.c with 100% similarity]
sysdeps/unix/sysv/linux/Implies
sysdeps/unix/sysv/linux/pthread_sigmask.c [moved from nptl/sysdeps/pthread/pthread_sigmask.c with 100% similarity]