|
@@ -24,8 +24,12 @@
|
|
#include <lowlevellock.h>
|
|
#include <lowlevellock.h>
|
|
#include <not-cancel.h>
|
|
#include <not-cancel.h>
|
|
|
|
|
|
-
|
|
+
|
|
|
|
+ * lll_timedlock erroring out with
|
|
|
|
+ * error: can't find a register in class ‘GENERAL_REGS’ while reloading ‘asm’
|
|
|
|
+ */
|
|
int
|
|
int
|
|
|
|
+attribute_optimize("Os")
|
|
pthread_mutex_timedlock (
|
|
pthread_mutex_timedlock (
|
|
pthread_mutex_t *mutex,
|
|
pthread_mutex_t *mutex,
|
|
const struct timespec *abstime)
|
|
const struct timespec *abstime)
|