]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/gnu/bits/utmpx.h
Use __glibc_reserved instead __unused.
[thirdparty/glibc.git] / sysdeps / gnu / bits / utmpx.h
index 6cfb31644bf2464d9b6e7213ecbe56a44a914399..271d8b7d963c250d61d38fb8a2bdfa18bcbd5a64 100644 (file)
@@ -78,7 +78,7 @@ struct utmpx
   struct timeval ut_tv;                /* Time entry was made.  */
 #endif
   __int32_t ut_addr_v6[4];     /* Internet address of remote host.  */
-  char __unused[20];           /* Reserved for future use.  */
+  char __glibc_reserved[20];           /* Reserved for future use.  */
 };