Changes in uspace/srv/vfs/vfs_ops.c [2b88074b:08232ee] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_ops.c
r2b88074b r08232ee 44 44 #include <string.h> 45 45 #include <bool.h> 46 #include <fibril_sync .h>46 #include <fibril_synch.h> 47 47 #include <adt/list.h> 48 48 #include <unistd.h> … … 900 900 } 901 901 newpos = size + off; 902 file->pos = newpos; 902 903 fibril_mutex_unlock(&file->lock); 903 904 ipc_answer_1(rid, EOK, newpos);
Note:
See TracChangeset
for help on using the changeset viewer.