From b2768ec84eaea3d530ba43c9f6ba066a5cd4e70f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Jul 1998 12:49:01 +0000 Subject: [PATCH] (headers): Add sigstack.h. --- signal/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/signal/Makefile b/signal/Makefile index a8e26ed239..b6f212d472 100644 --- a/signal/Makefile +++ b/signal/Makefile @@ -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 \