mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(headers): Add sigstack.h.
This commit is contained in:
parent
9931f42bbd
commit
b2768ec84e
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user