1
0
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:
Joseph Myers
2013-01-10 20:19:45 +00:00
parent 034ed64b2c
commit 828beb132d
20 changed files with 84 additions and 31 deletions

View File

@@ -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. */