linux
Package info
-
Homepage
gitlab.com/clean-and-itasks/libraries/linux -
Latest version
1.1.0, a month ago -
Maintainer
TOP Software Technology -
License
BSD-2-Clause
Description
This library provides an interface to the linux specific system calls
Readme
# linux
This library provides an interface to linux specific syscalls and constants.
For general posix syscalls see the `posix` package.
## 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.1.0
- Feature: add clockid_t constants `CLOCK_REALTIME`, `CLOCK_MONOTONIC`, etc.
#### 1.0.2
- Chore: support base `3.0`.
#### 1.0.1
- Fix: add helper functions for overloaded syscalls to fix the ccall behaviour.
## 1.0.0
- Initial version, import modules from clean platform v0.3.34 and destill all
linux system calls.
- Adopt constants from `System._Posix`.
- Add class constraint to environment type variable to restrict types which can
be used to perform syscalls with.
Versions
-
1.1.0 latest a month ago
Dependencies: base ^2.0.0 || ^3.0.0; syscall ^1.0.0.
Targets: linux-any.
-
1.0.2 latest 1.0 1 year, 8 months ago
Dependencies: base ^2.0.0 || ^3.0.0; syscall ^1.0.0.
Targets: linux-any.
-
1.0.1 2 years ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: linux-any.
-
1.0.0 2 years ago
Dependencies: base ^2.0.0; syscall ^1.0.0.
Targets: linux-any.