diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-06 10:21:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-06 10:21:30 +0000 |
commit | acdf125133f9ec20dc533a1af879c52a8e754f90 (patch) | |
tree | 1d61cb807566584de805504e9fc4f3b035bd068a /sysdeps/unix/sysv | |
parent | 3cb0721780482693695c9cba48b0401995c4793d (diff) | |
download | glibc-acdf125133f9ec20dc533a1af879c52a8e754f90.tar.gz glibc-acdf125133f9ec20dc533a1af879c52a8e754f90.tar.xz glibc-acdf125133f9ec20dc533a1af879c52a8e754f90.zip |
Update.
1998-10-05 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P in definitions of inline stat functions so that they match the declaration. * stdlib/stdlib.h: Likewise. * wcsmbs/wchar.h: Likewise. * libio/stdio.h: Likewise. * stdio/stdio.h: Likewise. * sysdeps/wordsize-64/inttypes.h: Likewise. * sysdeps/wordsize-32/inttypes.h: Likewise. * string/argz.h: Likewise. * argp/argp.h: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h index e5f4259433..eef389db44 100644 --- a/sysdeps/unix/sysv/linux/bits/socket.h +++ b/sysdeps/unix/sysv/linux/bits/socket.h @@ -200,7 +200,7 @@ struct cmsghdr extern struct cmsghdr *__cmsg_nxthdr __P ((struct msghdr *__mhdr, struct cmsghdr *__cmsg)); _EXTERN_INLINE struct cmsghdr * -__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg) +__cmsg_nxthdr __P ((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. */ |