Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix #8569: XBT/synchro.h has redundant declarations
[simgrid.git] / include / xbt / synchro_core.h
index ff5d294..fbe9ed5 100644 (file)
@@ -36,7 +36,6 @@ SG_BEGIN_DECL()
 XBT_PUBLIC(xbt_thread_t) xbt_thread_create(const char *name,
                                            void_f_pvoid_t start_routine,
                                            void *param,int joinable);
 XBT_PUBLIC(xbt_thread_t) xbt_thread_create(const char *name,
                                            void_f_pvoid_t start_routine,
                                            void *param,int joinable);
-XBT_PUBLIC(void) xbt_thread_exit();
 XBT_PUBLIC(xbt_thread_t) xbt_thread_self(void);
 XBT_PUBLIC(const char *) xbt_thread_name(xbt_thread_t t);
 XBT_PUBLIC(const char *) xbt_thread_self_name(void);
 XBT_PUBLIC(xbt_thread_t) xbt_thread_self(void);
 XBT_PUBLIC(const char *) xbt_thread_name(xbt_thread_t t);
 XBT_PUBLIC(const char *) xbt_thread_self_name(void);