Clean up historical cruft.
The use of 'register' in external/freetype was fixed a long time ago,
and we never set HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE, it isn't available
on LP64, and this code doesn't need it anyway.
Change-Id: Ib7d861cca975f091713dce14372ea7f9b818bb8c
diff --git a/rsSignal.h b/rsSignal.h
index fc31883..adeb662 100644
--- a/rsSignal.h
+++ b/rsSignal.h
@@ -32,9 +32,7 @@
void set();
- // returns true if the signal occured
- // false for timeout
- bool wait(uint64_t timeout = 0);
+ void wait();
protected:
bool mSet;