diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-18 01:52:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-18 01:52:02 +0000 |
commit | 09044a736089a2487187908c7ed9c34abc8a6e16 (patch) | |
tree | 1a194647939701568c8d5140bb0fd1e17e46d800 /nptl | |
parent | 98054a05dfbfa86b8a7c54d67dcbbd452f86145e (diff) | |
download | glibc-09044a736089a2487187908c7ed9c34abc8a6e16.zip glibc-09044a736089a2487187908c7ed9c34abc8a6e16.tar.gz glibc-09044a736089a2487187908c7ed9c34abc8a6e16.tar.bz2 |
pthread_spin_unlock implementation for Linux/i386.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S | 1 |
1 files changed, 1 insertions, 0 deletions
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 0000000..41c71f3 --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S @@ -0,0 +1 @@ +#include <nptl/sysdeps/i386/pthread_spin_unlock.S> |