(headers): Add sigstack.h.

This commit is contained in:
Ulrich Drepper 1998-07-22 12:49:01 +00:00
parent 9931f42bbd
commit b2768ec84e

View File

@ -1,4 +1,4 @@
# Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@ -21,7 +21,8 @@
#
subdir := signal
headers := signal.h sys/signal.h signum.h sigcontext.h sigaction.h sigset.h
headers := signal.h sys/signal.h signum.h sigcontext.h sigaction.h sigset.h \
sigstack.h
routines := signal raise killpg \
sigaction sigprocmask kill \