All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH] fix breakage by #1185
@ 2006-06-10 16:52 Jan Kiszka
  2006-06-10 22:04 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2006-06-10 16:52 UTC (permalink / raw)
  To: xenomai-core

[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

Hi,

I guess this is more like what check-in #1185 wanted to achieve:

--- src/skins/vrtx/task.c       (Revision 1186)
+++ src/skins/vrtx/task.c       (Arbeitskopie)
@@ -247,5 +247,6 @@ void sc_unlock (void)
 void sc_delay (long timeout)
 {
     XENOMAI_SKINCALL1(__vrtx_muxid,
-                     __vrtx_delay);
+                     __vrtx_delay,
+                     timeout);
 }

Jan


PS: Is this distribution of sc_delay() intended: src/skins/vrtx/task.c
vs. ksrc/skins/vrtx/time.c?


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-10 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-10 16:52 [Xenomai-core] [PATCH] fix breakage by #1185 Jan Kiszka
2006-06-10 22:04 ` Philippe Gerum

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.