* libc/include/sys/stat.h (_fstat): Don't declare when compiling Cygwin.
(_stat): Ditto.
This commit is contained in:
parent
59ee2e2013
commit
630c657e64
@ -1,3 +1,8 @@
|
|||||||
|
2002-02-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* libc/include/sys/stat.h (_fstat): Don't declare when compiling Cygwin.
|
||||||
|
(_stat): Ditto.
|
||||||
|
|
||||||
2002-02-23 Corinna Vinschen <corinna@vinschen.de>
|
2002-02-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t instead
|
* libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t instead
|
||||||
|
@ -134,8 +134,10 @@ int _EXFUN(mknod,( const char *__path, mode_t __mode, dev_t __dev ));
|
|||||||
|
|
||||||
/* Provide prototypes for most of the _<systemcall> names that are
|
/* Provide prototypes for most of the _<systemcall> names that are
|
||||||
provided in newlib for some compilers. */
|
provided in newlib for some compilers. */
|
||||||
|
#ifndef __INSIDE_CYGWIN__
|
||||||
int _EXFUN(_fstat,( int __fd, struct stat *__sbuf ));
|
int _EXFUN(_fstat,( int __fd, struct stat *__sbuf ));
|
||||||
int _EXFUN(_stat,( const char *__path, struct stat *__sbuf ));
|
int _EXFUN(_stat,( const char *__path, struct stat *__sbuf ));
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* !_STAT_H_ */
|
#endif /* !_STAT_H_ */
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user