]> sourceware.org Git - glibc.git/blobdiff - sysdeps/unix/sysv/linux/mips/sys/tas.h
Amend log entry with omitted file.
[glibc.git] / sysdeps / unix / sysv / linux / mips / sys / tas.h
index e5180f9475d5c18df4cca2324688fb7ed86d3857..1183b867b842015ab09c4e399977bac28a16110a 100644 (file)
@@ -34,7 +34,7 @@ extern int _test_and_set (int *p, int v) __THROW;
 # endif
 
 _EXTERN_INLINE int
-_test_and_set (int *p, int v) __THROW
+__NTH (_test_and_set (int *p, int v))
 {
   int r, t;
 
This page took 0.034234 seconds and 5 git commands to generate.