diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-07 19:30:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-07 19:30:19 +0000 |
commit | 58954d492defb8f9e4e47e181bdc726d41707662 (patch) | |
tree | 294a305e5ba838f703e025057a47b0e1ffc59305 /linuxthreads/Makefile | |
parent | 9f2b2e4c504bf63920d38ec872701eac394ee2ac (diff) | |
download | glibc-58954d492defb8f9e4e47e181bdc726d41707662.tar glibc-58954d492defb8f9e4e47e181bdc726d41707662.tar.gz glibc-58954d492defb8f9e4e47e181bdc726d41707662.tar.bz2 glibc-58954d492defb8f9e4e47e181bdc726d41707662.zip |
* nscd/nscd.init (reload): Print Reloading nscd: before and a newline
after the status string printed by killproc.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 3d8ab38647..4dc890d57a 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1996-2003, 2004, 2005 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 @@ -111,7 +111,7 @@ tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \ ex17 ex18 tst-cancel tst-context bug-sleep \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ tst-cancel6 tst-cancel7 tst-cancel8 tst-popen tst-popen2 tst-attr1 \ - tst-stack1 tst-align + tst-stack1 tst-align tst-tsd1 test-srcs = tst-signal # These tests are linked with libc before libpthread tests-reverse += tst-cancel5 |