mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Use __extension__ with long long in installed headers.
This commit is contained in:
@@ -147,9 +147,9 @@ struct dl_phdr_info
|
||||
whether or not each later member is available. */
|
||||
|
||||
/* Incremented when a new object may have been added. */
|
||||
unsigned long long int dlpi_adds;
|
||||
__extension__ unsigned long long int dlpi_adds;
|
||||
/* Incremented when an object may have been removed. */
|
||||
unsigned long long int dlpi_subs;
|
||||
__extension__ unsigned long long int dlpi_subs;
|
||||
|
||||
/* If there is a PT_TLS segment, its module ID as used in
|
||||
TLS relocations, else zero. */
|
||||
|
||||
Reference in New Issue
Block a user