diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-02 06:29:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-02 06:29:48 +0000 |
commit | 6ff19c81254d30f4314e44fc32ed3e1f11534b59 (patch) | |
tree | f83383493c29481500c86986d6d2b0d7eccccdc9 /nptl | |
parent | a5dfb0e6510c24dd84e2b6413c5450cb43f17e8a (diff) | |
download | glibc-6ff19c81254d30f4314e44fc32ed3e1f11534b59.zip glibc-6ff19c81254d30f4314e44fc32ed3e1f11534b59.tar.gz glibc-6ff19c81254d30f4314e44fc32ed3e1f11534b59.tar.bz2 |
Pretty printing.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h b/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h index a96eb57..dbe89e1 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) |