13 lines
224 B
Plaintext
13 lines
224 B
Plaintext
:sig
|
|
void file_close_locked(int fd)
|
|
|
|
:params
|
|
fd : handle returned by `file_open_locked()`
|
|
|
|
:see
|
|
>sys
|
|
>file_open_locked
|
|
|
|
:content
|
|
Releases the flock and closes a locked file handle. Wasm handles are opaque and request-local.
|