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

Commit

Permalink
workaround for github bug #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mheily committed Mar 7, 2014
1 parent 150f70a commit e1acfe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
3 changes: 2 additions & 1 deletion src/private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e1acfe2

Please sign in to comment.