Changeset 17b2aac in mainline for uspace/lib/libc/include/vfs/vfs.h
- Timestamp:
- 2008-08-12T11:09:16Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4bf40f6
- Parents:
- 34a74ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/vfs/vfs.h
r34a74ab r17b2aac 36 36 #define LIBC_VFS_H_ 37 37 38 #include <sys/types.h> 39 40 extern char *absolutize(const char *, size_t *); 41 38 42 extern int mount(const char *, const char *, const char *); 39 43
Note:
See TracChangeset
for help on using the changeset viewer.