Name : linux-syscall-support
| |
Version : 0.0.1
| Vendor : obs://build_opensuse_org/home:Dead_Mozay
|
Release : lp150.1.1
| Date : 2018-12-12 05:04:05
|
Group : Development/Tools/Debuggers
| Source RPM : linux-syscall-support-0.0.1-lp150.1.1.src.rpm
|
Size : 0.01 MB
| |
Packager : (none)
| |
Summary : Linux Syscall Support (LSS)
|
Description :
Every so often, projects need to directly embed Linux system calls instead of calling the implementations in the system runtime library. This project provides a header file that can be included into your application whenever you need to make direct system calls. The goal is to provide an API that generally mirrors the standard C library while still making direct syscalls. We try to hide some of the differences between arches when reasonably feasible. e.g. Newer architectures no longer provide an open syscall, but do provide openat. We will still expose a sys_open helper by default that calls into openat instead. We explicitly do not expose the raw syscall ABI including all of its historical warts to the user. We want people to be able to easily make a syscall, not have to worry that on some arches size args are swapped or they are shifted.
Please be sure to review the Caveats section below however.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/Dead_Mozay/openSUSE_Leap_15.0/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
linux-syscall-support
Requires :