Loading configure +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading linux-user/syscall.c +4 −3 Original line number Diff line number Diff line Loading @@ -52,9 +52,6 @@ //#include <sys/user.h> #include <netinet/ip.h> #include <netinet/tcp.h> #if defined(USE_NPTL) #include <sys/futex.h> #endif #define termios host_termios #define winsize host_winsize Loading @@ -75,6 +72,10 @@ #include "qemu.h" #if defined(USE_NPTL) #include <linux/futex.h> #endif //#define DEBUG #if defined(TARGET_I386) || defined(TARGET_ARM) || defined(TARGET_SPARC) \ Loading Loading
configure +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
linux-user/syscall.c +4 −3 Original line number Diff line number Diff line Loading @@ -52,9 +52,6 @@ //#include <sys/user.h> #include <netinet/ip.h> #include <netinet/tcp.h> #if defined(USE_NPTL) #include <sys/futex.h> #endif #define termios host_termios #define winsize host_winsize Loading @@ -75,6 +72,10 @@ #include "qemu.h" #if defined(USE_NPTL) #include <linux/futex.h> #endif //#define DEBUG #if defined(TARGET_I386) || defined(TARGET_ARM) || defined(TARGET_SPARC) \ Loading