Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix #8569: XBT/synchro.h has redundant declarations
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 16 Oct 2009 07:37:42 +0000 (07:37 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 16 Oct 2009 07:37:42 +0000 (07:37 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6796 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog
include/xbt/synchro_core.h

index f5b41e8..533f11d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -106,6 +106,7 @@ SimGrid (3.3.4) unstable; urgency=low
    MSG_task_put_with_time_out() for MSG_task_put_with_timeout()
  * Allow to compile from the SVN with automake 1.11
  * Fix some problems when using the "start_time" tag in deployment XMLs.
+ * Fix #8569: XBT/synchro.h has redundant declarations
 
  -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr> 
 
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(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);