pthread_spin_unlock implementation for Linux/i386.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Mar 2003 01:52:02 +0000 (01:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Mar 2003 01:52:02 +0000 (01:52 +0000)
nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S [new file with mode: 0644]

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 (file)
index 0000000..41c71f3
--- /dev/null
@@ -0,0 +1 @@
+#include <nptl/sysdeps/i386/pthread_spin_unlock.S>