mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Use __glibc_reserved instead __unused.
This commit is contained in:
@@ -66,8 +66,8 @@ struct shmid_ds
|
||||
__pid_t shm_cpid; /* pid of creator */
|
||||
__pid_t shm_lpid; /* pid of last shmop */
|
||||
shmatt_t shm_nattch; /* number of current attaches */
|
||||
unsigned long int __unused1;
|
||||
unsigned long int __unused2;
|
||||
unsigned long int __glibc_reserved1;
|
||||
unsigned long int __glibc_reserved2;
|
||||
};
|
||||
|
||||
#ifdef __USE_MISC
|
||||
@@ -89,10 +89,10 @@ struct shminfo
|
||||
unsigned long shmmni;
|
||||
unsigned long shmseg;
|
||||
unsigned long shmall;
|
||||
unsigned long __unused1;
|
||||
unsigned long __unused2;
|
||||
unsigned long __unused3;
|
||||
unsigned long __unused4;
|
||||
unsigned long __glibc_reserved1;
|
||||
unsigned long __glibc_reserved2;
|
||||
unsigned long __glibc_reserved3;
|
||||
unsigned long __glibc_reserved4;
|
||||
};
|
||||
|
||||
struct shm_info
|
||||
|
||||
Reference in New Issue
Block a user