Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6108 → Rev 6109

/contrib/sdk/sources/newlib/libc/include/sys/cdefs.h
655,6 → 655,8
#define __GNU_VISIBLE 1
#endif
 
#define __GNU_VISIBLE 1
 
/* Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1. */
#if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE == 1
#undef _POSIX_C_SOURCE /* Probably illegal, but beyond caring now. */
/contrib/sdk/sources/newlib/libc/include/sys/features.h
229,6 → 229,8
#endif
#endif
 
#define _POSIX_MONOTONIC_CLOCK 200112L
 
#ifdef __cplusplus
}
#endif
/contrib/sdk/sources/newlib/libc/include/sys/stat.h
144,8 → 144,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 ));