Subversion Repositories Kolibri OS

Rev

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

Rev 6099 Rev 6109
Line 142... Line 142...
142
/* Special tv_nsec values for futimens(2) and utimensat(2). */
142
/* Special tv_nsec values for futimens(2) and utimensat(2). */
143
#define UTIME_NOW	-2L
143
#define UTIME_NOW	-2L
144
#define UTIME_OMIT	-1L
144
#define UTIME_OMIT	-1L
145
#endif
145
#endif
Line 146... Line -...
146
 
-
 
147
int	_EXFUN(chmod,( const char *__path, mode_t __mode ));
-
 
148
int     _EXFUN(fchmod,(int __fd, mode_t __mode));
146
 
149
int	_EXFUN(fstat,( int __fd, struct stat *__sbuf ));
147
int	_EXFUN(fstat,( int __fd, struct stat *__sbuf ));
150
int	_EXFUN(mkdir,( const char *_path, mode_t __mode ));
148
int	_EXFUN(mkdir,( const char *_path, mode_t __mode ));
151
int	_EXFUN(mkfifo,( const char *__path, mode_t __mode ));
149
int	_EXFUN(mkfifo,( const char *__path, mode_t __mode ));
152
int	_EXFUN(stat,( const char *__restrict __path, struct stat *__restrict __sbuf ));
150
int	_EXFUN(stat,( const char *__restrict __path, struct stat *__restrict __sbuf ));