diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2011-04-26 16:56:40 +0100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-04-26 18:48:42 +0000 |
commit | 19e83f6bdf86f92ee90db77d606affe5b08f8b40 (patch) | |
tree | ff3739d194f016733ca5c8531bc98405545aadc0 /json-parser.c | |
parent | 143f6ffe9cd288d2b507ddc1508316181c1007a7 (diff) | |
download | qemu-19e83f6bdf86f92ee90db77d606affe5b08f8b40.zip qemu-19e83f6bdf86f92ee90db77d606affe5b08f8b40.tar.gz qemu-19e83f6bdf86f92ee90db77d606affe5b08f8b40.tar.bz2 |
configure: Make epoll_create1 test work around SPARC glibc bug
Work around a SPARC glibc bug which caused the epoll_create1 configure
test to wrongly claim that the function was present. Some versions of
SPARC glibc provided the function in the library but didn't declare
it in the include file; the result is that gcc warns about an implicit
declaration but a link succeeds. So we reference the function as a
value rather than a function call to induce a compile time error
if the declaration was not present.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'json-parser.c')
0 files changed, 0 insertions, 0 deletions