Module: xenomai-3
Branch: master
Commit: 6c4e0b4c1acd90e8f3ac0c5decdfdec7522772c5
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=6c4e0b4c1acd90e8f3ac0c5decdfdec7522772c5

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sun Jul 26 16:19:21 2015 +0200

lib/cobalt: drop dandling declaration

---

 include/cobalt/pthread.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/include/cobalt/pthread.h b/include/cobalt/pthread.h
index 7843c84..386c337 100644
--- a/include/cobalt/pthread.h
+++ b/include/cobalt/pthread.h
@@ -45,8 +45,6 @@ COBALT_DECL(int, pthread_create(pthread_t *ptid_r,
                                void *(*start) (void *),
                                void *arg));
 
-COBALT_DECL(int, pthread_detach(pthread_t thread));
-
 COBALT_DECL(int, pthread_getschedparam(pthread_t thread,
                                       int *policy,
                                       struct sched_param *param));


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to