about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/sys
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-12-15 01:01:02 +0000
committerRoland McGrath <roland@gnu.org>2004-12-15 01:01:02 +0000
commita2f63c54dd20343ab3ac9cdce7897e0ecbb95e8d (patch)
tree0b30bcd5424e8464d47da1c86757f070900cad6b /sysdeps/unix/sysv/linux/mips/sys
parent9f60a0cb5aba12760c29a1dc3a0c4867cdc12ff6 (diff)
downloadglibc-a2f63c54dd20343ab3ac9cdce7897e0ecbb95e8d.tar.gz
glibc-a2f63c54dd20343ab3ac9cdce7897e0ecbb95e8d.tar.xz
glibc-a2f63c54dd20343ab3ac9cdce7897e0ecbb95e8d.zip
* sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Use
	__NTH instead of __THROW in the inline definition.
	* sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.

	* sysdeps/mips/bits/dlfcn.h (RTLD_DEEPBIND): New macro.

	* sysdeps/unix/sysv/linux/mips/bits/mman.h
	(PROT_GROWSDOWN, PROT_GROWSUP): New macros.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/sys')
-rw-r--r--sysdeps/unix/sysv/linux/mips/sys/tas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/sys/tas.h b/sysdeps/unix/sysv/linux/mips/sys/tas.h
index e5180f9475..1183b867b8 100644
--- a/sysdeps/unix/sysv/linux/mips/sys/tas.h
+++ b/sysdeps/unix/sysv/linux/mips/sys/tas.h
@@ -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;