1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* 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.
This commit is contained in:
Roland McGrath
2004-12-15 01:01:02 +00:00
parent 9f60a0cb5a
commit a2f63c54dd
4 changed files with 19 additions and 5 deletions

View 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;