syscall


Package info
Description

This library provides a unified interface for environments that are allowed to do syscalls

Readme
# syscalls This library provides a unified interface for environments that are allowed to do syscalls. The main type class is used in `linux`, `posix`, and `windows` to constrain the environments with which syscalls can be performed. ## License The package is licensed under the BSD-2-Clause license; for details, see the [LICENSE](/LICENSE) file. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Radboud University Nijmegen.
Changelog
# Changelog #### 1.0.4 - Chore: allow base v4. #### 1.0.3 - Chore: support base `3.0`. #### 1.0.2 - Fix: default implementation of `appWorld`. #### 1.0.1 - Enhancement: Allow the function arguments for accWorld and appWorld to be unique also. ## 1.0.0 - Initial version
Versions