Subversion Repositories Kolibri OS

Rev

Rev 6536 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6536 Rev 6607
Line 18... Line 18...
18
void	_EXFUN(_exit, (int __status ) _ATTRIBUTE ((__noreturn__)));
18
void	_EXFUN(_exit, (int __status ) _ATTRIBUTE ((__noreturn__)));
Line 19... Line 19...
19
 
19
 
20
int	_EXFUN(access,(const char *__path, int __amode ));
20
int	_EXFUN(access,(const char *__path, int __amode ));
21
unsigned  _EXFUN(alarm, (unsigned __secs ));
21
unsigned  _EXFUN(alarm, (unsigned __secs ));
22
int     _EXFUN(chdir, (const char *__path ));
22
int     _EXFUN(chdir, (const char *__path ));
23
int     _EXFUN(chmod, (const char *__path, mode_t __mode ));
23
//int     _EXFUN(chmod, (const char *__path, mode_t __mode ));
24
#if !defined(__INSIDE_CYGWIN__)
24
#if !defined(__INSIDE_CYGWIN__)
25
int     _EXFUN(chown, (const char *__path, uid_t __owner, gid_t __group ));
25
int     _EXFUN(chown, (const char *__path, uid_t __owner, gid_t __group ));
26
#endif
26
#endif
27
#if __BSD_VISIBLE || (__XSI_VISIBLE >= 4 && __POSIX_VISIBLE < 200112)
27
#if __BSD_VISIBLE || (__XSI_VISIBLE >= 4 && __POSIX_VISIBLE < 200112)
Line 64... Line 64...
64
int	_EXFUN(faccessat, (int __dirfd, const char *__path, int __mode, int __flags));
64
int	_EXFUN(faccessat, (int __dirfd, const char *__path, int __mode, int __flags));
65
#endif
65
#endif
66
#if __BSD_VISIBLE || __XSI_VISIBLE >= 4
66
#if __BSD_VISIBLE || __XSI_VISIBLE >= 4
67
int     _EXFUN(fchdir, (int __fildes));
67
int     _EXFUN(fchdir, (int __fildes));
68
#endif
68
#endif
69
int     _EXFUN(fchmod, (int __fildes, mode_t __mode ));
69
//int     _EXFUN(fchmod, (int __fildes, mode_t __mode ));
70
#if !defined(__INSIDE_CYGWIN__)
70
#if !defined(__INSIDE_CYGWIN__)
71
int     _EXFUN(fchown, (int __fildes, uid_t __owner, gid_t __group ));
71
int     _EXFUN(fchown, (int __fildes, uid_t __owner, gid_t __group ));
72
#endif
72
#endif
73
#if __ATFILE_VISIBLE
73
#if __ATFILE_VISIBLE
74
int	_EXFUN(fchownat, (int __dirfd, const char *__path, uid_t __owner, gid_t __group, int __flags));
74
int	_EXFUN(fchownat, (int __dirfd, const char *__path, uid_t __owner, gid_t __group, int __flags));