ronny meeus wrote:
> Hello
>
> I see in the psos.h file the function declaration for both the t_getreg and
> the t_setreg functions.
> Also in the psos kernel module I see functionality available.
> What I miss it the references for both service calls in the syscall.c file.
>
> This results in undefined references if I try to use the service call in my
> application.
>
> Is there any patch available that solves my problem?
I am afraid you will have to write that one... At first sight,
t_setreg/t_getreg would look like TSD, and straight-forward to implement
using pthread_getspecific/pthread_setspecifi, except that these posix
services do not allow to get another thread's TSD.
--
Gilles.
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help