X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f67e9f5d0e553ae935bd6cad29df46f1565173bf..6ced0985aaa3ec81be59edb34c1753a9c9b9751a:/include/xbt/xbt_os_thread.h diff --git a/include/xbt/xbt_os_thread.h b/include/xbt/xbt_os_thread.h index 95a3377adb..a1c4de9697 100644 --- a/include/xbt/xbt_os_thread.h +++ b/include/xbt/xbt_os_thread.h @@ -11,8 +11,6 @@ #include #include -#include - SG_BEGIN_DECL() /** @addtogroup XBT_thread @@ -24,8 +22,6 @@ SG_BEGIN_DECL() * @{ */ -XBT_PUBLIC int xbt_os_thread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)); - /** @brief Thread mutex data type (opaque structure) */ typedef struct xbt_os_mutex_ *xbt_os_mutex_t; XBT_PUBLIC xbt_os_mutex_t xbt_os_mutex_init(void);