Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I think that MSVC wants the attrib before the symbol name
[simgrid.git] / include / xbt / synchro_core.h
index 2c8e641a1b17bf29f5215c45fc34ef47684012ee..a260c0d97bd5460ef2d397a521de61977639b7a9 100644 (file)
@@ -83,7 +83,6 @@ XBT_PUBLIC(void) xbt_mutex_acquire(xbt_mutex_t mutex);
  * Tries to lock a mutex, return 1 if the mutex is unlocked, else 0.
  * This function does not block and wait for the mutex to be unlocked.
  * \param mutex The mutex
- * \param issuer The process that tries to acquire the mutex
  * \return 1 - mutex free, 0 - mutex used
  */
 XBT_PUBLIC(int) xbt_mutex_try_acquire(xbt_mutex_t mutex);