diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-23 19:05:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-23 19:05:33 +0000 |
commit | 727a6832f033c711fe75c5f742b07087ef5b5133 (patch) | |
tree | 9662b191a016789a94526defe03297d48686e19f /signal/Makefile | |
parent | 9055724a92433ffa4c36f93d918ee1b3dfa1d6f7 (diff) | |
download | glibc-727a6832f033c711fe75c5f742b07087ef5b5133.tar.gz |
[BZ #1951]
2006-04-23 Ulrich Drepper <drepper@redhat.com>
[BZ #1951]
* sysdeps/posix/sigset.c (sigset): Return correct value reflecting
previous signal state.
* signal/Makefile (tests): Add tst-sigset2.
* signal/tst-sigset2.c: New file.
Diffstat (limited to 'signal/Makefile')
-rw-r--r-- | signal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/signal/Makefile b/signal/Makefile index b5c18fef04..fa8d098da0 100644 --- a/signal/Makefile +++ b/signal/Makefile @@ -1,5 +1,4 @@ -# Copyright (C) 1991,1992,1993,1994,1995,1996,1997,1998,2003 -# Free Software Foundation, Inc. +# Copyright (C) 1991-1998,2003,2006 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 @@ -38,7 +37,7 @@ routines := signal raise killpg \ allocrtsig sigtimedwait sigwaitinfo sigqueue \ sighold sigrelse sigignore sigset -tests := tst-signal tst-sigset tst-sigsimple tst-raise +tests := tst-signal tst-sigset tst-sigsimple tst-raise tst-sigset2 distribute := sigsetops.h testrtsig.h sigset-cvt-mask.h |