* [Xenomai-core] [PATCH] add missing __real_pthread_kill
@ 2007-12-12 10:58 Wolfgang Grandegger
2007-12-12 10:59 ` Gilles Chanteperdrix
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Grandegger @ 2007-12-12 10:58 UTC (permalink / raw)
To: xenomai-core, Gilles Chanteperdrix
[-- Attachment #1: Type: text/plain, Size: 121 bytes --]
Hi Gilles,
the attached patch adds the missing function __real_pthread_kill to
src/skins/posix/wrappers.c.
Wolfgang.
[-- Attachment #2: xeno-real-pthread-kill.patch --]
[-- Type: text/x-patch, Size: 496 bytes --]
+ diff -u xenomai-2.3.2/src/skins/posix/wrappers.c.ORIG xenomai-2.3.2/src/skins/posix/wrappers.c
--- xenomai-2.3.2/src/skins/posix/wrappers.c.ORIG 2006-12-26 19:39:00.000000000 +0100
+++ xenomai-2.3.2/src/skins/posix/wrappers.c 2007-12-12 11:41:54.000000000 +0100
@@ -44,6 +44,11 @@
return pthread_getschedparam(thread, policy, param);
}
+int __real_pthread_kill(pthread_t thread, int sig)
+{
+ return pthread_kill(thread, sig);
+}
+
int __real_sched_yield(void)
{
return sched_yield();
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-core] [PATCH] add missing __real_pthread_kill
2007-12-12 10:58 [Xenomai-core] [PATCH] add missing __real_pthread_kill Wolfgang Grandegger
@ 2007-12-12 10:59 ` Gilles Chanteperdrix
2007-12-12 11:09 ` Wolfgang Grandegger
0 siblings, 1 reply; 3+ messages in thread
From: Gilles Chanteperdrix @ 2007-12-12 10:59 UTC (permalink / raw)
To: Wolfgang Grandegger; +Cc: xenomai-core
On Dec 12, 2007 11:58 AM, Wolfgang Grandegger <wg@domain.hid> wrote:
> Hi Gilles,
>
> the attached patch adds the missing function __real_pthread_kill to
> src/skins/posix/wrappers.c.
This should already been in the trunk. Not yet in v2.4.x though.
--
Gilles Chanteperdrix
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-core] [PATCH] add missing __real_pthread_kill
2007-12-12 10:59 ` Gilles Chanteperdrix
@ 2007-12-12 11:09 ` Wolfgang Grandegger
0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Grandegger @ 2007-12-12 11:09 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: xenomai-core
Gilles Chanteperdrix wrote:
> On Dec 12, 2007 11:58 AM, Wolfgang Grandegger <wg@domain.hid> wrote:
>> Hi Gilles,
>>
>> the attached patch adds the missing function __real_pthread_kill to
>> src/skins/posix/wrappers.c.
>
> This should already been in the trunk. Not yet in v2.4.x though.
$ svn update
U src/skins/posix/wrappers.c
Updated to revision 3273.
I missed that, sorry for the noise.
Wolfgang.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-12-12 11:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-12 10:58 [Xenomai-core] [PATCH] add missing __real_pthread_kill Wolfgang Grandegger
2007-12-12 10:59 ` Gilles Chanteperdrix
2007-12-12 11:09 ` Wolfgang Grandegger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.