From 5b37d9126474864b5299426e27b2af37fcc96dd0 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 30 Dec 2020 00:06:35 -0500 Subject: libthread: delete NetBSD special case I added a direct call from thread.c to pthread.c's _threadpthreadstart in May, and no one has complained about NetBSD being broken. So probably no one is using this on NetBSD at all. Make pthread the only option. --- src/libthread/NetBSD-386-asm.s | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/libthread/NetBSD-386-asm.s (limited to 'src/libthread/NetBSD-386-asm.s') diff --git a/src/libthread/NetBSD-386-asm.s b/src/libthread/NetBSD-386-asm.s deleted file mode 100644 index 197f12b5..00000000 --- a/src/libthread/NetBSD-386-asm.s +++ /dev/null @@ -1,7 +0,0 @@ -.globl _tas -_tas: - movl $0xCAFEBABE, %eax - movl 4(%esp), %ecx - xchgl %eax, 0(%ecx) - ret - -- cgit v1.2.3