aboutsummaryrefslogtreecommitdiff
path: root/src/jthread/pthread/jevent.cpp
AgeCommit message (Collapse)Author
2015-02-11Fix FTBFS on GNU/Hurd platformMarkus Koschany
Minetest fails to build on GNU/Hurd due to a name clash with OSX/Apple, both are defining the __MACH__ keyword. This commit fixes the issue.
2014-06-29OS X compatibility fixesMartin Doege
2013-12-03Fix broken async locking in release buildsapier
2013-12-01Cleanup jthread and fix win32 buildsapier