about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/bits
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-11-28 08:05:11 +0000
committerAndreas Jaeger <aj@suse.de>2000-11-28 08:05:11 +0000
commit6f6fc9d7e1007877e325249410f26b96b14edfc8 (patch)
tree138e548878a570f6ee9c410cc5127ec531fce36f /sysdeps/unix/sysv/linux/bits
parent49f3a758597f7904ba7e779156df8f9b61c06303 (diff)
downloadglibc-6f6fc9d7e1007877e325249410f26b96b14edfc8.tar.gz
glibc-6f6fc9d7e1007877e325249410f26b96b14edfc8.tar.xz
glibc-6f6fc9d7e1007877e325249410f26b96b14edfc8.zip
(struct cmsghdr): Use __flexarr.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits')
-rw-r--r--sysdeps/unix/sysv/linux/bits/socket.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h
index 98e5b65ac7..fef4ab1c75 100644
--- a/sysdeps/unix/sysv/linux/bits/socket.h
+++ b/sysdeps/unix/sysv/linux/bits/socket.h
@@ -227,10 +227,8 @@ struct cmsghdr
 				   of cmsghdr structure.  */
     int cmsg_level;		/* Originating protocol.  */
     int cmsg_type;		/* Protocol specific type.  */
-#if !defined __STRICT_ANSI__ && defined __GNUC__ && __GNUC__ >= 2
-    __extension__ unsigned char __cmsg_data[0]; /* Ancillary data.  */
+    __extension__ unsigned char __flexarr; /* Ancillary data.  */
     /* XXX Perhaps this should be removed.  */
-#endif
   };
 
 /* Ancillary data object manipulation macros.  */