Skip to content

Commit

Permalink
Remove syscall module.
Browse files Browse the repository at this point in the history
Both memfd_create and pivot_root are exposed as better-wrapped functions
elsewhere in nix and should be used instead of this module. Additionally
this module only exposes functionality that is directly exposed by libc
itself, so there's no reason to have this in nix
  • Loading branch information
Susurrus committed Aug 27, 2017
1 parent a1067a2 commit 6696604
Showing 1 changed file with 0 additions and 91 deletions.
91 changes: 0 additions & 91 deletions src/sys/syscall.rs

This file was deleted.

0 comments on commit 6696604

Please sign in to comment.