diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-06 00:32:15 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-06 00:32:15 +0000 |
commit | 4e3f108e9bbd567e058f53be646b0ba2be1de8dd (patch) | |
tree | 1a2ed0a309331ab848cbf017ed7e4c296472ee4e /libpthread/linuxthreads.old/sysdeps/mips | |
parent | 4c607eb71e5bcd3997ea72333c2fe89fc4181b3e (diff) | |
download | uClibc-alpine-4e3f108e9bbd567e058f53be646b0ba2be1de8dd.tar.bz2 uClibc-alpine-4e3f108e9bbd567e058f53be646b0ba2be1de8dd.tar.xz |
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/mips')
-rw-r--r-- | libpthread/linuxthreads.old/sysdeps/mips/pt-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/mips/pt-machine.h b/libpthread/linuxthreads.old/sysdeps/mips/pt-machine.h index f7efc881d..0bf7fc5b0 100644 --- a/libpthread/linuxthreads.old/sysdeps/mips/pt-machine.h +++ b/libpthread/linuxthreads.old/sysdeps/mips/pt-machine.h @@ -30,7 +30,7 @@ This file is part of the GNU C Library. Contributed by Maciej W. Rozycki <macro@ds2.pg.gda.pl>, 2000. */ static inline int -_test_and_set (int *p, int v) __THROW +__NTH (_test_and_set (int *p, int v)) { int r, t; |