Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

errno.h: 251 and man pthread_create

30 views
Skip to first unread message

Marcin 'Rambo' Roguski

unread,
Mar 17, 2004, 6:35:12 AM3/17/04
to
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

also could anyone send me output of man pthread_create?

Thanks in advance,

Rambo

kodo

unread,
Mar 17, 2004, 7:16:50 AM3/17/04
to
m_ro...@yahoo.com (Marcin 'Rambo' Roguski) writes:

> 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 ]

Dennis Handly

unread,
Mar 20, 2004, 8:04:47 AM3/20/04
to
Marcin 'Rambo' Roguski (m_ro...@yahoo.com) wrote:
: I don't have my HP box now, and I need following (ASAP):

: what's the meaning of returned error 251 from errno.h

This implies you haven't linked with -lpthread and are getting the stubs
in libc.

0 new messages