[263] in Pthreads mailing list archive
Anybody used Linux libc support for pthreads?
daemon@ATHENA.MIT.EDU (William S. Gribble)
Sun Feb 18 18:37:12 1996
From: "William S. Gribble" <grib@cs.utexas.edu>
Date: Sun, 18 Feb 1996 17:09:06 -0600 (CST)
To: pthreads@MIT.EDU
The release notes for recent versions of Linux libc indicate that
support for MIT pthreads is built-in. Presumably, means that I can
build a version of libpthread which contains only the pthread_* API
functions and leaves out the stdio parts, and Linux libc will provide
the thread-safe stdio functions and macros automatically.
Has anybody done this? Does it work as advertised? The release notes
say ``only the shared libpthread is supported.'' Is there a way to
configure pthreads to build such a thing, or do I need to hack the
Makefile by hand to build it as a shared ELF library?
Thanks,
Bill Gribble