nptl: remove sysdep-cancel ASM macros, convert to C
commitdcbff4072b6b3e79d768e50c2d58ccc8e307b1bd
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 16 Jul 2017 09:34:54 +0000 (16 11:34 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Fri, 28 Jul 2017 16:52:38 +0000 (28 18:52 +0200)
tree4a8f192ea3726c5e8ee04f060615854275cf08c2
parentccc200d454c712f6e8bfadb4b7c3ee58086d8f2b
nptl: remove sysdep-cancel ASM macros, convert to C
42 files changed:
include/unistd.h
libpthread/nptl/sysdeps/unix/sysv/linux/accept.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/accept.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/connect.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/connect.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/creat.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/creat.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/exit-thread.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/lseek.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/msync.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/msync.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/nanosleep.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/nanosleep.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/pause.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-accept.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-close.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-connect.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-lseek.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-msync.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-nanosleep.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-open.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-pause.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-read.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-recv.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-recvfrom.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-recvmsg.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-send.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-sendmsg.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-sendto.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/pt-write.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/recv.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/recv.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/recvfrom.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/recvfrom.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/recvmsg.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/recvmsg.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/send.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/send.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/sendmsg.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sendmsg.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/sendto.S [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/sendto.c [new file with mode: 0644]