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