Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2761 → Rev 2760

/trunk/uspace/lib/libc/generic/vfs/vfs.c
413,7 → 413,7
async_serialize_end();
futex_up(&vfs_phone_futex);
free(pa);
return rc;
return EOK;
}
 
static int _unlink(const char *path, int lflag)
455,7 → 455,7
async_serialize_end();
futex_up(&vfs_phone_futex);
free(pa);
return rc;
return EOK;
}
 
int unlink(const char *path)