From e1acfe25cc628a626c47ff09edca5a0b0a7b04a2 Mon Sep 17 00:00:00 2001 From: Mark Heily Date: Thu, 6 Mar 2014 23:35:22 -0500 Subject: [PATCH] workaround for github bug #1 --- configure.ac | 2 +- src/private.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index dbd678c..c627f7f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([libpthread_workqueue], [0.9]) +AC_INIT([libpthread_workqueue], [0.9.1]) LT_INIT AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) diff --git a/src/private.h b/src/private.h index 0d72c05..37b87b4 100755 --- a/src/private.h +++ b/src/private.h @@ -115,7 +115,8 @@ extern unsigned int PWQ_ACTIVE_CPU; #else -#error Need to define _hardware_pause() for this architure +/* XXX-FIXME this is a stub, need to research what assembly to use */ +#define _hardware_pause() __asm__("") #endif