From 6ff19c81254d30f4314e44fc32ed3e1f11534b59 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 2 Jan 2003 06:29:48 +0000 Subject: Pretty printing. --- nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl') diff --git a/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h b/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h index a96eb57c93..dbe89e1c7c 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h +++ b/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h @@ -46,7 +46,7 @@ extern int __lll_mutex_lock_wait (int val, int *__futex) __attribute ((regparm (2))) attribute_hidden; /* Does not preserver %eax, %ecx, and %edx. */ extern int __lll_mutex_timedlock_wait (int val, int *__futex, - const struct timespec *abstime) + const struct timespec *abstime) __attribute ((regparm (3))) attribute_hidden; /* Preserves all registers but %eax. */ extern int __lll_mutex_unlock_wait (int *__futex) -- cgit v1.2.3