diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-11 16:28:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-11 16:28:48 +0000 |
commit | 5a617b9e75e048ff53d272ec2071840f3356a2c3 (patch) | |
tree | 19f7d29716bda733bbf2ad90b6f57c037b168385 /sysdeps/unix/bsd | |
parent | 3418007ed675c2ab8a9885bcd101752246f9c2d8 (diff) | |
download | glibc-5a617b9e75e048ff53d272ec2071840f3356a2c3.tar.gz glibc-5a617b9e75e048ff53d272ec2071840f3356a2c3.tar.xz glibc-5a617b9e75e048ff53d272ec2071840f3356a2c3.zip |
Update.
2004-09-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Use __NTH for __cmsg_nxthdr. 2004-09-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Diffstat (limited to 'sysdeps/unix/bsd')
-rw-r--r-- | sysdeps/unix/bsd/bsd4.4/bits/socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/bsd/bsd4.4/bits/socket.h b/sysdeps/unix/bsd/bsd4.4/bits/socket.h index 07a55e3259..b2227f10d2 100644 --- a/sysdeps/unix/bsd/bsd4.4/bits/socket.h +++ b/sysdeps/unix/bsd/bsd4.4/bits/socket.h @@ -1,5 +1,5 @@ /* System-specific socket constants and types. 4.4 BSD version. - Copyright (C) 1991,92,1994-1999,2000,01,02 Free Software Foundation, Inc. + Copyright (C) 1991,92,1994-2002,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -230,7 +230,7 @@ extern struct cmsghdr *__cmsg_nxthdr (struct msghdr *__mhdr, # define _EXTERN_INLINE extern __inline # endif _EXTERN_INLINE struct cmsghdr * -__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg) __THROW +__NTH (__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg)) { if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr)) /* The kernel header does this so there may be a reason. */ |