Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove an explicit declaration of pthread_mutex_timedlock()
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 9 Jun 2015 23:13:09 +0000 (01:13 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 9 Jun 2015 23:13:09 +0000 (01:13 +0200)
commitc7032c15afcb98ff225ee24ddbbcc64482ec7a7c
treef5c11271cc0e4f90259ece27d0b1b2dff116d20b
parent6428aaa0615924f69cf8050ab15eb1c60dd3fac1
Remove an explicit declaration of pthread_mutex_timedlock()

"redefine the function header since we fail to get this from system
headers on amd (at least)"

I guess, this should be fine now. It causes issues with Windows target
because we need to declare it with dllimport.
src/xbt/xbt_os_thread.c