mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
2000-06-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Mark __cmsg_data field with __extension__.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2000-06-10 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Mark
|
||||||
|
__cmsg_data field with __extension__.
|
||||||
|
|
||||||
2000-06-10 David Mosberger <davidm@hpl.hp.com>
|
2000-06-10 David Mosberger <davidm@hpl.hp.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/ia64/syscall.S: Fix it so it actually works.
|
* sysdeps/unix/sysv/linux/ia64/syscall.S: Fix it so it actually works.
|
||||||
|
@ -228,7 +228,7 @@ struct cmsghdr
|
|||||||
int cmsg_level; /* Originating protocol. */
|
int cmsg_level; /* Originating protocol. */
|
||||||
int cmsg_type; /* Protocol specific type. */
|
int cmsg_type; /* Protocol specific type. */
|
||||||
#if !defined __STRICT_ANSI__ && defined __GNUC__ && __GNUC__ >= 2
|
#if !defined __STRICT_ANSI__ && defined __GNUC__ && __GNUC__ >= 2
|
||||||
unsigned char __cmsg_data[0]; /* Ancillary data. */
|
__extension__ unsigned char __cmsg_data[0]; /* Ancillary data. */
|
||||||
/* XXX Perhaps this should be removed. */
|
/* XXX Perhaps this should be removed. */
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user