Skip to content

deprecation warning in nix on OSX #14

Open
@oconnor663

Description

@oconnor663

https://travis-ci.org/oconnor663/os_pipe.rs/jobs/408710890

warning: use of deprecated item 'sys::nix::unistd::pipe2': pipe2(2) is not actually atomic on these platforms.  Use pipe(2) and fcntl(2) instead
  --> src/unix.rs:17:9
   |
17 |         nix::unistd::pipe2(nix::fcntl::OFlag::O_CLOEXEC).map_err(nix_err_to_io_err)?;
   |         ^^^^^^^^^^^^^^^^^^
   |
   = note: #[warn(deprecated)] on by default

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions