| Hauptindex | Abschnitt 3 | English | 日本語 | Optionen |
int sigemptyset(sigset_t *set);
int sigfillset(sigset_t *set);
int sigaddset(sigset_t *set, const int signum);
int sigdelset(sigset_t *set, const int signum);
int sigismember(const sigset_t *set, const int signum);
sigemptyset initialisiert den durch set gegebenen Signalsatz auf `leer', mit allen Signalen ausgeschlossen.
sigfillset initialisiert set auf `voll', mit allen Signalen eingeschlossen.
sigaddset und sigdelset fügen hinzu bzw. löschen Signal signum aus set.
sigismember testet ob signum in set gesetzt ist.
sigismember gibt 1 zurück wenn signum in set gesetzt ist, 0 wenn signum nicht gesetzt ist, und -1 im Fehlerfall.
| EINVAL | sig ist kein gültiges Signal. |
| 3. Januar 1997 | SIGSETOPS (3) | Linux 1.0 |
| Hauptindex | Abschnitt 3 | English | 日本語 | Optionen |
Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.
| “ | Our grievance is not just against Unix itself, but against the cult of Unix zealots who defend and nurture it. They take the heat, disease, and pestilence as givens, and, as ancient shamans did, display their wounds, some self-inflicted, as proof of their power and wizardry. We aim, through bluntness and humor, to show them that they pray to a tin god, and that science, not religion, is the path to useful and friendly technology. | ” |
| — The Unix Haters' handbook | ||