rustix
0.38.39
In rustix::
fs
Function
rustix
::
fs
::
fcntl_add_seals
Copy item path
source
·
[
−
]
pub fn fcntl_add_seals<Fd:
AsFd
>(fd: Fd, seals:
SealFlags
) ->
Result
<
()
>
Expand description
fcntl(fd, F_ADD_SEALS)
§
References
Linux