Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit e1acfe2

Browse files
committed
workaround for github bug #1
1 parent 150f70a commit e1acfe2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33

4-
AC_INIT([libpthread_workqueue], [0.9])
4+
AC_INIT([libpthread_workqueue], [0.9.1])
55
LT_INIT
66
AM_INIT_AUTOMAKE([foreign subdir-objects])
77
AC_CONFIG_SRCDIR([configure.ac])

src/private.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ extern unsigned int PWQ_ACTIVE_CPU;
115115

116116
#else
117117

118-
#error Need to define _hardware_pause() for this architure
118+
/* XXX-FIXME this is a stub, need to research what assembly to use */
119+
#define _hardware_pause() __asm__("")
119120

120121
#endif
121122

0 commit comments

Comments
 (0)