Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6606 → Rev 6607

/contrib/sdk/sources/newlib/libc/include/newlib.h
56,7 → 56,7
#define _ATEXIT_DYNAMIC_ALLOC 1
 
/* True if long double supported. */
//#define _HAVE_LONG_DOUBLE 1
#define _HAVE_LONG_DOUBLE 1
 
/* Define if compiler supports -fno-tree-loop-distribute-patterns. */
#define _HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
/contrib/sdk/sources/newlib/libc/include/sys/unistd.h
20,7 → 20,7
int _EXFUN(access,(const char *__path, int __amode ));
unsigned _EXFUN(alarm, (unsigned __secs ));
int _EXFUN(chdir, (const char *__path ));
int _EXFUN(chmod, (const char *__path, mode_t __mode ));
//int _EXFUN(chmod, (const char *__path, mode_t __mode ));
#if !defined(__INSIDE_CYGWIN__)
int _EXFUN(chown, (const char *__path, uid_t __owner, gid_t __group ));
#endif
66,7 → 66,7
#if __BSD_VISIBLE || __XSI_VISIBLE >= 4
int _EXFUN(fchdir, (int __fildes));
#endif
int _EXFUN(fchmod, (int __fildes, mode_t __mode ));
//int _EXFUN(fchmod, (int __fildes, mode_t __mode ));
#if !defined(__INSIDE_CYGWIN__)
int _EXFUN(fchown, (int __fildes, uid_t __owner, gid_t __group ));
#endif