mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Use __glibc_reserved instead __unused.
This commit is contained in:
@ -39,12 +39,12 @@ struct semid_ds
|
||||
{
|
||||
struct ipc_perm sem_perm; /* operation permission struct */
|
||||
__time_t sem_otime; /* last semop() time */
|
||||
__syscall_ulong_t __unused1;
|
||||
__syscall_ulong_t __glibc_reserved1;
|
||||
__time_t sem_ctime; /* last time changed by semctl() */
|
||||
__syscall_ulong_t __unused2;
|
||||
__syscall_ulong_t __glibc_reserved2;
|
||||
__syscall_ulong_t sem_nsems; /* number of semaphores in set */
|
||||
__syscall_ulong_t __unused3;
|
||||
__syscall_ulong_t __unused4;
|
||||
__syscall_ulong_t __glibc_reserved3;
|
||||
__syscall_ulong_t __glibc_reserved4;
|
||||
};
|
||||
|
||||
/* The user should define a union like the following to use it for arguments
|
||||
|
Reference in New Issue
Block a user