POSIX.1-2008 marks sighold(), sigignore(), sigpause(), sigrelse(),

and sigset() as obsolete.
This commit is contained in:
Michael Kerrisk 2008-08-06 12:34:50 +00:00
parent 4b8234be75
commit ec27c7cde9
1 changed files with 9 additions and 3 deletions

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH SIGSET 3 2007-10-16 "Linux" "Linux Programmer's Manual"
.TH SIGSET 3 2008-08-06 "Linux" "Linux Programmer's Manual"
.SH NAME
sigset, sighold, sigrelse, sigignore \- System V signal API
.SH SYNOPSIS
@ -156,8 +156,14 @@ see the errors under
.SH "CONFORMING TO"
SVr4, POSIX.1-2001.
These functions are obsolete: do not use them in new programs.
.\" FIXME . Mar 08: The next POSIX.1 revisions marks sighold(), sigignore(),
.\" sigpause(), sigrelse(), sigset() obsolete.
POSIX.1-2008 marks
.BR sighold (),
.BR sigignore (),
.BR sigpause (),
.BR sigrelse (),
and
.BR sigset ()
as obsolete.
.SH NOTES
These functions appeared in glibc version 2.1.