[oe] [Bug 1448] GLIBC_2.4+NPTL missing pthread_kill external declaration in header file

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Wed Oct 4 22:29:11 UTC 2006


http://bugs.openembedded.org/show_bug.cgi?id=1448





------- Comment #1 from lenehan at twibble.org  2006-10-04 15:29 -------
[nynaeve][ 8:29AM]/data/oe/build/titan-glibc-24%> find
tmp/staging/sh4-linux/include -exec grep -HI pthread_kill {} \;
tmp/staging/sh4-linux/include/bits/sigthread.h:extern int pthread_kill
(pthread_t __threadid, int __signo) __THROW;

pthread.h includes signal.h which includes bits/sigthread.h

This matches what's on my host system as well. The include of bits/sigthread.h
is protected by this though:

#if defined __USE_POSIX199506 || defined __USE_UNIX98

I'm unable to check further since version included in OE is no longer available
at the specific SRC_URI (replaced with a 1.0.0-rc1 version now).


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-devel mailing list