2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/stat.h[__CYGWIN__]: Only define stat64 as __stat64 when compiling newlib.
This commit is contained in:
parent
0eca075074
commit
54c1d7ea18
|
@ -1,3 +1,8 @@
|
|||
2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/include/sys/stat.h[__CYGWIN__]: Only define stat64 as
|
||||
__stat64 when compiling newlib.
|
||||
|
||||
2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/include/stdio.h: Allow the io64 function prototypes for
|
||||
|
|
|
@ -24,7 +24,9 @@ extern "C" {
|
|||
|
||||
#ifdef __CYGWIN__
|
||||
#include <cygwin/stat.h>
|
||||
#ifdef _COMPILING_NEWLIB
|
||||
#define stat64 __stat64
|
||||
#endif
|
||||
#else
|
||||
struct stat
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue