remove dead code and documentation
commit56741422790d9a6ff74c4397d914f540a1be273d
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 25 Sep 2016 16:47:56 +0000 (25 18:47 +0200)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Mon, 26 Sep 2016 07:21:52 +0000 (26 09:21 +0200)
tree25f2efca8d41f63082242a38b84667bb78433e65
parent126ffbd45f65d3a6940afc8aaacfada8a73ea8a0
remove dead code and documentation

The code was disabled a while ago in commit:
814b0901f460a246315bfa7933a661f415bdc7fa

Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
14 files changed:
docs/pthreads_hacking.txt [deleted file]
docs/threads.txt [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch
libpthread/nptl/sysdeps/unix/sysv/linux/close.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/open.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-fork.c [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-sleep.c [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/read.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sigwait.c [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sleep.c [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/waitpid.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/write.S [deleted file]