lib: fs: implement fs.seek()
This commit is contained in:
@@ -38,6 +38,14 @@ extern kern_status_t fs_msg_write(
|
||||
size_t *out_nr_written,
|
||||
void *arg);
|
||||
|
||||
extern kern_status_t fs_msg_seek(
|
||||
xpc_context_t *ctx,
|
||||
const xpc_endpoint_t *sender,
|
||||
off_t offset,
|
||||
int origin,
|
||||
int *out_err,
|
||||
off_t *out_new_pos,
|
||||
void *arg);
|
||||
extern kern_status_t fs_msg_map(
|
||||
xpc_context_t *ctx,
|
||||
const xpc_endpoint_t *sender,
|
||||
|
||||
Reference in New Issue
Block a user