[...]
> > are you using -stable (3.x)? there is no ``pthread_cancel''
> in -stable.
> > use -current.
>
> Bzzzzt!!! Wrong!
>
> > uname -a
> FreeBSD server.baldwin.cx 3.4-STABLE FreeBSD 3.4-STABLE #6:
> Sun Feb 20 20:24:19 EST 2000
> [EMAIL PROTECTED]:/usr/source/src/sys/compile/SERVER i386
> > man -k pthread_cancel
> pthread_cancel(3) - cancel execution of a thread
> > nm /usr/lib/libc_r.so | grep pthread_cancel
> 00078524 T pthread_cancel
xxx:/usr/home/xxx> uname -a
FreeBSD xxx.xxx.ru 3.4-STABLE FreeBSD 3.4-STABLE #4: Mon Jan 3 16:01:58 EST
2000 [EMAIL PROTECTED]:/usr/src/sys/compile/xxx i386
xxx:/usr/home/xxx> man -k pthread_cancel
pthread_cancel: nothing appropriate
xxx:/usr/home/xxx>
xxx:/usr/home/xxx> nm /usr/lib/libc_r.so | grep pthread_cancel
xxx:/usr/home/xxx>
> You do need a fairly recent -stable, but it's in there. :)
indeed :-)
thanks,
emax
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message