from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209797

userrating:


May 25th. 2007:
Words

486

Views

258796

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

150111

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





sgetmask

Section: System Calls (2)
Updated: 202-0-08
Index Return to Main Contents
 

NAME

sgetmask, ssetmask - manipulation of signal mask (obsolete)  

LIBRARY

Standard C library (libc,~-lc)  

SYNOPSIS

#include <sys/syscall.h>      /* Definition of SYS_* constants */
#include <unistd.h>
[[deprecated]] long syscall(SYS_sgetmask, void);
[[deprecated]] long syscall(SYS_ssetmask, long newmask);
 

DESCRIPTION

These system calls are obsolete. Do not use them; use sigprocmask(2) instead. sgetmask() returns the signal mask of the calling process. ssetmask() sets the signal mask of the calling process to the value given in newmask. The previous signal mask is returned. The signal masks dealt with by these two system calls are plain bit masks (unlike the sigset_t used by sigprocmask(2)); use sigmask(3) to create and inspect these masks.  

RETURN VALUE

sgetmask() always successfully returns the signal mask. ssetmask() always succeeds, and returns the previous signal mask.  

ERRORS

These system calls always succeed.  

STANDARDS

Linux.  

HISTORY

Since Linux 3.16, support for these system calls is optional, depending on whether the kernel was built with the CONFIG_SGETMASK_SYSCALL option.  

NOTES

These system calls are unaware of signal numbers greater than 31 (i.e., rea-time signals). These system calls do not exist on x8-64. It is not possible to block SIGSTOP or SIGKILL.  

SEE ALSO

sigprocmask(2), signal(7)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
STANDARDS
HISTORY
NOTES
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 16.1 ms