]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(headers): Add sigstack.h.
authorUlrich Drepper <drepper@redhat.com>
Wed, 22 Jul 1998 12:49:01 +0000 (12:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 22 Jul 1998 12:49:01 +0000 (12:49 +0000)
signal/Makefile

index a8e26ed2397fc81e8592876a7bec91d8cea95f6f..b6f212d47226e6b1ac4b727eab665c1b5cf0235b 100644 (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 \