mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-07 15:00:24 +08:00
2002-02-25 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h: Add __extension__ in front of long long references.
This commit is contained in:
parent
acb5617538
commit
c1010a63d8
@ -1,3 +1,8 @@
|
|||||||
|
2002-02-25 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/sys/config.h: Add __extension__ in front of
|
||||||
|
long long references.
|
||||||
|
|
||||||
2002-02-23 Corinna Vinschen <corinna@vinschen.de>
|
2002-02-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* libc/include/sys/stat.h (_fstat): Don't declare when compiling Cygwin.
|
* libc/include/sys/stat.h (_fstat): Don't declare when compiling Cygwin.
|
||||||
|
@ -141,8 +141,8 @@ typedef unsigned int __uint32_t;
|
|||||||
typedef long int __int64_t;
|
typedef long int __int64_t;
|
||||||
typedef unsigned long int __uint64_t;
|
typedef unsigned long int __uint64_t;
|
||||||
#else
|
#else
|
||||||
typedef long long __int64_t;
|
__extension__ typedef long long __int64_t;
|
||||||
typedef unsigned long long __uint64_t;
|
__extension__ typedef unsigned long long __uint64_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _POINTER_INT
|
#ifndef _POINTER_INT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user