Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4586 → Rev 4587

/trunk/uspace/lib/libc/include/sys/stat.h
55,6 → 55,7
};
 
extern int fstat(int, struct stat *);
extern int stat(const char *, struct stat *);
extern int mkdir(const char *, mode_t);
 
#endif