1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

sighold, sigrelse, sigignore, sigset were available in XPG4.2.

This commit is contained in:
Ulrich Drepper
2003-08-29 18:45:35 +00:00
parent 7c868816f8
commit a521556d91

View File

@@ -356,7 +356,7 @@ extern int sigaltstack (__const struct sigaltstack *__restrict __ss,
#endif /* use BSD or X/Open Unix. */
#ifdef __USE_UNIX98
#ifdef __USE_XOPEN_EXTENDED
/* Simplified interface for signal management. */
/* Add SIG to the calling process' signal mask. */