[326] in Pthreads mailing list archive
Re: help on missing routine in 1_60_beta5/net/*
daemon@ATHENA.MIT.EDU (Eric Johnson)
Tue May 28 13:26:17 1996
From: ejohnson@netcom.com (Eric Johnson)
To: pthreads@MIT.EDU
Date: Tue, 28 May 1996 10:03:31 -0700 (PDT)
> > Where is the _proto_buf() routine? I could find it any where.
>
> It was misnamed by mistake. Rename _proto_init() to _proto_buf() in
> proto_internal.c.
I did that and it solved the same problem that I was experiencing,
unfortunately, I'm still having trouble compiling pthreads 1.60 beta 5
under Solaris 2 (SunOS 5.5 to be exact).
I still get an unresolved sigblock reference. I'm no signal handling
expert, but according to the Unix man pages, sigblock is a BSD Unix
function and thus not available under the brave new world of Solaris
2.
The only reference to it appears to be in the stdlib directory under
the implemention of the system call. Anyone have any luck with
pthreads under the Solaris 2.x environment?
-Eric