Skip to content

fcntl F_SEAL not available on FreeBSD #1733

Closed
@PolyMeilex

Description

@PolyMeilex

nix/src/fcntl.rs

Lines 437 to 440 in 1647189

#[cfg(any(target_os = "android", target_os = "linux"))]
F_ADD_SEALS(SealFlag),
#[cfg(any(target_os = "android", target_os = "linux"))]
F_GET_SEALS,

FreeBSD manual lists those as available, but nix does not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions