Module: xenomai-rpm
Branch: for-upstream
Commit: fc629eede439924fefeda7ecb2362d3205609fd6
URL:    
http://git.xenomai.org/?p=xenomai-rpm.git;a=commit;h=fc629eede439924fefeda7ecb2362d3205609fd6

Author: Philippe Gerum <r...@xenomai.org>
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
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to