commit | 513cceb5d1c23b0e062d77823cc1cbd0ec782036 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Wed Jan 09 00:37:21 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 09 17:06:08 2019 -0500 |
tree | 8f8ceb7c65828875662ecd68c1e567601f5482ff | |
parent | a9389da03858bfe4476886fae3a0bbd2238a3a81 [diff] |
kernel: Fix asynchronous event polling interface Commit 76b3518ce6 ("kernel: Make statements evaluate boolean expressions") changed the type of is_polling in the struct _poller from int to bool. In the conversion a "0" has been changed into "true" instead of "false". Fix that. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>