mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use __glibc_reserved instead __unused.
This commit is contained in:
@ -82,7 +82,7 @@ struct flock
|
||||
__off64_t l_len; /* Size of the locked area; zero means until EOF. */
|
||||
#endif
|
||||
__pid_t l_pid; /* Process holding the lock. */
|
||||
short int __unused;
|
||||
short int __glibc_reserved;
|
||||
};
|
||||
|
||||
#ifdef __USE_LARGEFILE64
|
||||
@ -93,7 +93,7 @@ struct flock64
|
||||
__off64_t l_start; /* Offset where the lock begins. */
|
||||
__off64_t l_len; /* Size of the locked area; zero means until EOF. */
|
||||
__pid_t l_pid; /* Process holding the lock. */
|
||||
short int __unused;
|
||||
short int __glibc_reserved;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user