rustix
0.38.38
fcntl_
get_
seals
Sections
References
In rustix::
fs
rustix
::
fs
Function
fcntl_get_seals
Copy item path
Source
pub fn fcntl_get_seals<Fd:
AsFd
>(fd: Fd) ->
Result
<
SealFlags
>
Available on
crate feature
fs
only.
Expand description
fcntl(fd, F_GET_SEALS)
ยง
References
Linux