diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2012-08-16 12:15:18 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-08-16 13:41:16 -0500 |
commit | d973ba18ced6e9440131c55b0f07e97bdbbc6703 (patch) | |
tree | f7186199b2f26c4ac3fabb33752cef47c2f4a37c /CODING_STYLE | |
parent | 7d76ad4fa4405bb20c35fd24c3c848d2bc48f694 (diff) | |
download | hqemu-d973ba18ced6e9440131c55b0f07e97bdbbc6703.zip hqemu-d973ba18ced6e9440131c55b0f07e97bdbbc6703.tar.gz |
osdep: Fix compilation failure on BSD systems
Fix compilation failure on BSD systems (which don't have
O_DIRECT or O_NOATIME:
osdep.c:116: error: ‘O_DIRECT’ undeclared (first use in this function)
osdep.c:116: error: (Each undeclared identifier is reported only once
osdep.c:116: error: for each function it appears in.)
osdep.c:116: error: ‘O_NOATIME’ undeclared (first use in this function)
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'CODING_STYLE')
0 files changed, 0 insertions, 0 deletions