mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Use __glibc_reserved instead __unused.
This commit is contained in:
@ -48,8 +48,8 @@ struct semid_ds
|
||||
#endif
|
||||
__time_t sem_ctime; /* last time changed by semctl() */
|
||||
unsigned long int sem_nsems; /* number of semaphores in set */
|
||||
unsigned long int __unused1;
|
||||
unsigned long int __unused2;
|
||||
unsigned long int __glibc_reserved1;
|
||||
unsigned long int __glibc_reserved2;
|
||||
};
|
||||
|
||||
/* The user should define a union like the following to use it for arguments
|
||||
|
Reference in New Issue
Block a user