Module: xenomai-rpm Branch: for-upstream Commit: dd601a5229c08eb06e4a7895a4e59aad8f7285f6 URL: http://git.xenomai.org/?p=xenomai-rpm.git;a=commit;h=dd601a5229c08eb06e4a7895a4e59aad8f7285f6
Author: Philippe Gerum <[email protected]> Date: Sat Oct 16 17:26:59 2010 +0200 posix: add missing declarations --- include/posix/pthread.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/include/posix/pthread.h b/include/posix/pthread.h index 685b356..69a3a74 100644 --- a/include/posix/pthread.h +++ b/include/posix/pthread.h @@ -464,6 +464,14 @@ int pthread_intr_wait_np(pthread_intr_t intr, int pthread_intr_control_np(pthread_intr_t intr, int cmd); +int pthread_getschedparam_ex(pthread_t tid, + int *pol, + struct sched_param_ex *par); + +int pthread_setschedparam_ex(pthread_t tid, + int pol, + const struct sched_param_ex *par); + int __real_pthread_create(pthread_t *tid, const pthread_attr_t *attr, void *(*start) (void *), _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
