SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

linux-syscall-support rpm build for : openSUSE Leap 15. For other distributions click linux-syscall-support.

Name : linux-syscall-support
Version : 0.0.1 Vendor : obs://build_opensuse_org/home:so_it_team
Release : lp155.3.4 Date : 2023-05-19 12:23:33
Group : Development/Tools/Debuggers Source RPM : linux-syscall-support-0.0.1-lp155.3.4.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
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:/so_it_team/openSUSE_Leap_15.5/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  linux-syscall-support-0.0.1-lp155.3.4.noarch.rpm
     

Provides :
linux-syscall-support

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/share/doc/packages/linux-syscall-support
/usr/share/doc/packages/linux-syscall-support/README.md

 
ICM