diff options
Diffstat (limited to 'signal/Makefile')
-rw-r--r-- | signal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/signal/Makefile b/signal/Makefile index 29aeea5f2b..0642f75718 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 @@ -33,7 +33,8 @@ routines := signal raise killpg \ sigreturn \ siggetmask sysv_signal \ sigisempty sigandset sigorset \ - allocrtsig sigtimedwait sigwaitinfo sigqueue + allocrtsig sigtimedwait sigwaitinfo sigqueue \ + sighold sigrelse sigignore sigset tests := tst-signal |