From eb4063467c4ef625c1687b4c158bacf475821363 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 May 1998 13:19:20 +0000 Subject: Update. 1998-05-04 12:40 Ulrich Drepper * malloc/malloc.c (ptmalloc_init_all): New function. Similar to ptmalloc_unlock_all, but re-initializes the mutexes instead. (ptmalloc_init): Use new function in thread_at_fork call. (thread_atfork_static): Likewise. Suggested by Wolfram Gloger and Xavier Leroy. --- signal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'signal/Makefile') diff --git a/signal/Makefile b/signal/Makefile index 0642f75718..cec0782df3 100644 --- a/signal/Makefile +++ b/signal/Makefile @@ -22,7 +22,7 @@ subdir := signal headers := signal.h sys/signal.h bits/signum.h bits/sigcontext.h \ - bits/sigaction.h bits/sigset.h bits/siginfo.h + bits/sigaction.h bits/sigset.h bits/siginfo.h bits/sigstack.h routines := signal raise killpg \ sigaction sigprocmask kill \ -- cgit v1.2.3