I don't have my HP box now, and I need following (ASAP):
what's the meaning of returned error 251 from errno.h
also could anyone send me output of man pthread_create?
Thanks in advance,
Rambo
> Help!
>
> I don't have my HP box now, and I need following (ASAP):
>
> what's the meaning of returned error 251 from errno.h
#define ENOSYS 251 /* Function not implemented */
>
> also could anyone send me output of man pthread_create?
Google is your friend, so is docs.hp.com :)
http://www.calpoly.edu/cgi-bin/man-cgi?pthread_create+3
>
> Thanks in advance,
>
> Rambo
Greets,
Kodo
--
kodo's geek diary @ [ http://kodo.me.uk ]
This implies you haven't linked with -lpthread and are getting the stubs
in libc.