Module: xenomai-3
Branch: master
Commit: b29ec7059399152ffbaa6c086712af8167748d99
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=b29ec7059399152ffbaa6c086712af8167748d99

Author: Philippe Gerum <r...@xenomai.org>
Date:   Fri Apr 10 15:23:39 2015 +0200

vxworks: make FUNCPTR ISO-C definition more generic

---

 include/vxworks/taskLib.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/vxworks/taskLib.h b/include/vxworks/taskLib.h
index 3d9ee8d..ebbe7c6 100644
--- a/include/vxworks/taskLib.h
+++ b/include/vxworks/taskLib.h
@@ -42,8 +42,7 @@
 
 typedef uintptr_t TASK_ID;
 
-typedef void (*FUNCPTR)(long, long, long, long, long,
-                       long, long, long, long, long);
+typedef void (*FUNCPTR)(long arg, ...);
 
 typedef struct WIND_TCB {
        void *opaque;


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to