commit | 864108daabaf6fc005af472a2329729f3c3a14ca | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri May 29 10:11:03 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri May 29 10:18:09 2015 +0200 |
tree | 8d0fb4962386e27544d098dffdaf414110648bca | |
parent | ba19432d2eaadfebad883c6377e2febab4394c15 [diff] |
Move from gmtime_r to gmtime + mutexes * gmtime_r is not standard so -std=c99 warns about it * Anyway we need global mutexes in the threading layer, so better depend only on that, rather that global mutexes + some _r functions