From 09044a736089a2487187908c7ed9c34abc8a6e16 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 18 Mar 2003 01:52:02 +0000 Subject: pthread_spin_unlock implementation for Linux/i386. --- nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S | 1 + 1 file changed, 1 insertion(+) create mode 100644 nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S (limited to 'nptl') diff --git a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S b/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S new file mode 100644 index 0000000000..41c71f348f --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S @@ -0,0 +1 @@ +#include -- cgit 1.4.1