diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-02 15:45:44 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-02 15:45:44 +0000 |
commit | 30813cea9b6166f2302a973d57c5818273f6c4d2 (patch) | |
tree | e41c51c66bddb4150a23e44e1ac6cc8c37e5bfaf /configure | |
parent | f5b78d4fead85fdcea86c820c45557d98b4313ad (diff) |
Fix location of futex.h.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4653 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -648,7 +648,7 @@ EOF # Check host NPTL support cat > $TMPC <<EOF #include <sched.h> -#include <sys/futex.h> +#include <linux/futex.h> void foo() { #if !defined(CLONE_SETTLS) || !defined(FUTEX_WAIT) |