Subversion Repositories Kolibri OS

Rev

Rev 6536 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6536 Rev 9952
Line 8... Line 8...
8
#include <_ansi.h>
8
#include <_ansi.h>
9
#include 
9
#include 
10
#include 
10
#include 
11
#include 
11
#include 
12
#include 
12
#include 
-
 
13
#include 
Line 13... Line 14...
13
 
14
 
14
/* dj's stat defines _STAT_H_ */
15
/* dj's stat defines _STAT_H_ */
Line 15... Line 16...
15
#ifndef _STAT_H_
16
#ifndef _STAT_H_
Line 145... Line 146...
145
#endif
146
#endif
Line 146... Line 147...
146
 
147
 
147
int	_EXFUN(chmod,( const char *__path, mode_t __mode ));
148
int	_EXFUN(chmod,( const char *__path, mode_t __mode ));
148
int     _EXFUN(fchmod,(int __fd, mode_t __mode));
149
int     _EXFUN(fchmod,(int __fd, mode_t __mode));
149
int	_EXFUN(fstat,( int __fd, struct stat *__sbuf ));
-
 
150
int	_EXFUN(mkdir,( const char *_path, mode_t __mode ));
150
int	_EXFUN(fstat,( int __fd, struct stat *__sbuf ));
151
int	_EXFUN(mkfifo,( const char *__path, mode_t __mode ));
151
int	_EXFUN(mkfifo,( const char *__path, mode_t __mode ));
152
int	_EXFUN(stat,( const char *__restrict __path, struct stat *__restrict __sbuf ));
152
int	_EXFUN(stat,( const char *__restrict __path, struct stat *__restrict __sbuf ));
Line -... Line 153...
-
 
153
mode_t	_EXFUN(umask,( mode_t __mask ));
-
 
154
 
153
mode_t	_EXFUN(umask,( mode_t __mask ));
155
#define mkdir(path, mode) _ksys_mkdir(path)
154
 
156
 
155
#if defined (__SPU__) || defined(__rtems__) || defined(__CYGWIN__) && !defined(__INSIDE_CYGWIN__)
157
#if defined (__SPU__) || defined(__rtems__) || defined(__CYGWIN__) && !defined(__INSIDE_CYGWIN__)
156
int	_EXFUN(lstat,( const char *__restrict __path, struct stat *__restrict __buf ));
158
int	_EXFUN(lstat,( const char *__restrict __path, struct stat *__restrict __buf ));