diff options
author | 2004-12-15 01:01:02 +0000 | |
---|---|---|
committer | 2004-12-15 01:01:02 +0000 | |
commit | a2f63c54dd20343ab3ac9cdce7897e0ecbb95e8d (patch) | |
tree | 0b30bcd5424e8464d47da1c86757f070900cad6b /sysdeps/unix/sysv/linux/mips/sys | |
parent | 2004-10-18 Maciej W. Rozycki <macro@mips.com> (diff) | |
download | 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.h | 2 |
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; |