Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sigprocmask(2)



  sigpending(2)                       CLIX                       sigpending(2)



  NAME

    sigpending - Get pending signals

  LIBRARY

    Standard C Library (libc.a)

  SYNOPSIS

    #include <signal.h>

    int sigpending(
      sigset_t *set );

  PARAMETERS

    set   Points to the location where the set of signals is stored

  DESCRIPTION

    The sigpending() function stores the set of signals that are blocked from
    delivery and pending for the calling process, in the space to which the
    set argument points.

  RETURN VALUES

    This function always returns 0.

  ERRORS

    The sigpending() function never sets errno.

  RELATED INFORMATION

    Functions:  sigprocmask(2)


















  2/94 - Intergraph Corporation                                              1




Typewritten Software • bear@typewritten.org • Edmonds, WA 98026