Hi,

Is there a reason why pthread_set_{mode,name}_np are not allowed to be
called from a kernel space POSIX thread ?

If there is none, please apply the patch below.

Thanks.

Index: ksrc/skins/posix/thread.c
===================================================================
--- ksrc/skins/posix/thread.c   (révision 2162)
+++ ksrc/skins/posix/thread.c   (copie de travail)
@@ -745,3 +745,5 @@
 EXPORT_SYMBOL(pthread_self);
 EXPORT_SYMBOL(pthread_make_periodic_np);
 EXPORT_SYMBOL(pthread_wait_np);
+EXPORT_SYMBOL(pthread_set_name_np);
+EXPORT_SYMBOL(pthread_set_mode_np);

-- 
Stelian Pop <[EMAIL PROTECTED]>


_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to