Merge branch 'v0.18.x'

This commit is contained in:
Max Kellermann
2014-09-24 21:49:20 +02:00
7 changed files with 48 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ struct notify {
Cond cond;
bool pending;
#if !defined(WIN32) && !defined(__BIONIC__)
#if !defined(WIN32) && !defined(__NetBSD__) && !defined(__BIONIC__)
constexpr
#endif
notify():pending(false) {}