Changeset 449c246 in mainline for uspace/lib/libc/include/vfs.h
- Timestamp:
- 2007-12-30T21:32:31Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- badbd888
- Parents:
- 92688eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/vfs.h
r92688eb r449c246 36 36 #define LIBC_VFS_H_ 37 37 38 #include <sys/types.h>39 40 38 extern int mount(const char *, const char *, const char *); 41 extern int open(const char *, int, ...);42 extern ssize_t read(int, void *, size_t);43 39 44 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.