Subversion Repositories HelenOS

Rev

Rev 4585 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4585 Rev 4587
Line 53... Line 53...
53
        } devfs_stat;
53
        } devfs_stat;
54
    };
54
    };
55
};
55
};
56
 
56
 
57
extern int fstat(int, struct stat *);
57
extern int fstat(int, struct stat *);
-
 
58
extern int stat(const char *, struct stat *);
58
extern int mkdir(const char *, mode_t);
59
extern int mkdir(const char *, mode_t);
59
 
60
 
60
#endif
61
#endif
61
 
62
 
62
/** @}
63
/** @}