mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Use __extension__ with long long in installed headers.
This commit is contained in:
@ -415,7 +415,8 @@ struct drand48_data
|
||||
unsigned short int __old_x[3]; /* Old state. */
|
||||
unsigned short int __c; /* Additive const. in congruential formula. */
|
||||
unsigned short int __init; /* Flag for initializing. */
|
||||
unsigned long long int __a; /* Factor in congruential formula. */
|
||||
__extension__ unsigned long long int __a; /* Factor in congruential
|
||||
formula. */
|
||||
};
|
||||
|
||||
/* Return non-negative, double-precision floating-point value in [0.0,1.0). */
|
||||
|
Reference in New Issue
Block a user