Changeset 21f32ee1 in mainline for uspace/lib/libc/generic/vfs/vfs.c
- Timestamp:
- 2010-01-22T17:16:05Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9a25aeb
- Parents:
- 0cb2d72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/vfs/vfs.c
r0cb2d72 r21f32ee1 197 197 } 198 198 199 int unmount(const char *mp) 200 { 201 return ENOTSUP; 202 } 203 199 204 static int open_internal(const char *abs, size_t abs_size, int lflag, int oflag) 200 205 {
Note:
See TracChangeset
for help on using the changeset viewer.