diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h b/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h index 7934c0ed96..a51826ab84 100644 --- a/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h +++ b/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h @@ -162,7 +162,7 @@ extern int ___lll_mutex_timedlock (int *, const struct timespec *, int) static inline int __attribute__ ((always_inline)) -__lll_mutex_timedlock (int *futex, struct timespec *abstime) +__lll_mutex_timedlock (int *futex, const struct timespec *abstime) { int oldval; int newval; |