diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-06-15 20:56:25 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-06-15 20:56:25 +0000 |
commit | eb383413c242546f266f9694071e0480806649b3 (patch) | |
tree | 95b240bd0c181ac81463ba1f0e6b97f06e973638 /libiberty/mkstemps.c | |
parent | b91280077a7ea882b26a1dfb84b1f314e84c6a86 (diff) | |
download | binutils-gdb-eb383413c242546f266f9694071e0480806649b3.tar.gz |
Synced with libiberty in the gcc repository.
Diffstat (limited to 'libiberty/mkstemps.c')
-rw-r--r-- | libiberty/mkstemps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/mkstemps.c b/libiberty/mkstemps.c index 16c16a23263..6ef526ece3d 100644 --- a/libiberty/mkstemps.c +++ b/libiberty/mkstemps.c @@ -39,7 +39,7 @@ /* We need to provide a type for gcc_uint64_t. */ #ifdef __GNUC__ -typedef unsigned long long gcc_uint64_t; +__extension__ typedef unsigned long long gcc_uint64_t; #else typedef unsigned long gcc_uint64_t; #endif |