public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Linuxthreads pthread_atfork fix
@ 2003-04-02  8:15 Jakub Jelinek
  2003-04-02  9:20 ` Roland McGrath
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2003-04-02  8:15 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

Hi!

LT needs to follow NPTL lead here.

2003-04-02  Jakub Jelinek  <jakub@redhat.com>

	* Makefile (libpthread-routines): Add pthread_atfork.
	(libpthread-static-only-routines): Add pthread_atfork.

--- libc/linuxthreads/Makefile.jj	2003-04-02 03:09:39.000000000 -0500
+++ libc/linuxthreads/Makefile	2003-04-02 03:11:43.000000000 -0500
@@ -47,11 +47,12 @@ libpthread-routines := attr cancel condv
 		       ptw-lseek64 ptw-llseek ptw-msync ptw-nanosleep \
 		       ptw-open ptw-open64 ptw-pause ptw-pread ptw-pread64 \
 		       ptw-pwrite ptw-pwrite64 ptw-tcdrain ptw-wait \
-		       ptw-waitpid pt-system old_pthread_atfork
+		       ptw-waitpid pt-system old_pthread_atfork pthread_atfork
 # Don't generate deps for calls with no sources.  See sysdeps/unix/Makefile.
 omit-deps = $(unix-syscalls:%=ptw-%)
 
 libpthread-shared-only-routines = pt-allocrtsig
+libpthread-static-only-routines = pthread_atfork
 
 libpthread-nonshared = pthread_atfork
 

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Linuxthreads pthread_atfork fix
  2003-04-02  8:15 [PATCH] Linuxthreads pthread_atfork fix Jakub Jelinek
@ 2003-04-02  9:20 ` Roland McGrath
  0 siblings, 0 replies; 2+ messages in thread
From: Roland McGrath @ 2003-04-02  9:20 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Ulrich Drepper, Glibc hackers

> LT needs to follow NPTL lead here.
> 
> 2003-04-02  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* Makefile (libpthread-routines): Add pthread_atfork.
> 	(libpthread-static-only-routines): Add pthread_atfork.

I put this in.

Thanks,
Roland

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-02  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-02  8:15 [PATCH] Linuxthreads pthread_atfork fix Jakub Jelinek
2003-04-02  9:20 ` Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).