Message type for VFS_CLOSE

Change-Id: Iebe5f06b0dc95cdca61d95ab875d4fa1171f4f4c
This commit is contained in:
2014-05-12 17:16:00 +02:00
parent 6c61cd5665
commit 2101b4ebc0
4 changed files with 10 additions and 5 deletions

View File

@@ -11,6 +11,6 @@ int fd;
message m;
memset(&m, 0, sizeof(m));
m.VFS_CLOSE_FD = fd;
m.m_lc_vfs_close.fd = fd;
return(_syscall(VFS_PROC_NR, VFS_CLOSE, &m));
}