| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Dec. 19, 2011, 11:12 a.m. |
| Message ID | <1324293158-25433-9-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/132204/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index 03b8f35..93c6cbe 100755 --- a/configure +++ b/configure @@ -1274,11 +1274,11 @@ if test "$nptl" != "no" ; then cat > $TMPC <<EOF #include <sched.h> #include <linux/futex.h> -void foo() -{ +int main(void) { #if !defined(CLONE_SETTLS) || !defined(FUTEX_WAIT) #error bork #endif + return 0; } EOF