commit | d80a1905942afecafc04dba4bf51103cd30d37a1 | [log] [tgz] |
---|---|---|
author | Riku Voipio <riku.voipio@linaro.org> | Wed Oct 01 16:05:46 2014 +0300 |
committer | Riku Voipio <riku.voipio@linaro.org> | Mon Oct 06 21:52:46 2014 +0300 |
tree | 81beef640546583395fbae547a2c923efe725e76 | |
parent | e52a99f756eff14935edd1893dc9ec7660078f82 [diff] |
linux-user: don't include timerfd if not needed Without this, builds on older systems fail with: qemu/linux-user/syscall.c:61:25: warning: sys/timerfd.h: No such file or directory v2: fix the usual case where CONFIG_TIMERFD is enabled.. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>