package uring

  1. Overview
  2. Docs

Module Uring.Linkat_flagsSource

include FLAGS
Sourcetype t = private int

A set of flags.

Sourceval empty : t
Sourceval of_int : int -> t
Sourceval (+) : t -> t -> t

a + b is the union of the sets.

Sourceval mem : t -> t -> bool

mem x flags is true iff x is a subset of flags.

Sourceval empty_path : t

If the old path is empty, link to old_dir_fd.

If the old path is a symlink, link its target.

OCaml

Innovation. Community. Security.