Module: xenomai-2.6 Branch: master Commit: 472c85b997a5ab72355dd831af3a61183d371a83 URL: http://git.xenomai.org/?p=xenomai-2.6.git;a=commit;h=472c85b997a5ab72355dd831af3a61183d371a83
Author: Gilles Chanteperdrix <[email protected]> Date: Mon Dec 26 17:47:43 2011 +0100 posix: add forward declaration of struct sched_param_ex --- include/posix/pthread.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/posix/pthread.h b/include/posix/pthread.h index 0fd6864..243078a 100644 --- a/include/posix/pthread.h +++ b/include/posix/pthread.h @@ -420,6 +420,8 @@ int pthread_intr_control_np(pthread_intr_t intr, #else /* !(__KERNEL__ || __XENO_SIM__) */ +struct sched_param_ex; + #ifdef __cplusplus extern "C" { #endif _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
