Subversion Repositories Kolibri OS

Compare Revisions

Ignore whitespace Rev 4929 → Rev 4930

/contrib/sdk/sources/newlib/libc/include/sys/stat.h
22,7 → 22,7
#define stat64 stat
#endif
#else
struct stat
struct stat
{
dev_t st_dev;
ino_t st_ino;
142,8 → 142,6
#define UTIME_OMIT -1L
#endif
 
int _EXFUN(chmod,( const char *__path, mode_t __mode ));
int _EXFUN(fchmod,(int __fd, mode_t __mode));
int _EXFUN(fstat,( int __fd, struct stat *__sbuf ));
int _EXFUN(mkdir,( const char *_path, mode_t __mode ));
int _EXFUN(mkfifo,( const char *__path, mode_t __mode ));