Pretty printing.

This commit is contained in:
Ulrich Drepper 2003-01-02 06:29:48 +00:00
parent a5dfb0e651
commit 6ff19c8125
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ extern int __lll_mutex_lock_wait (int val, int *__futex)
__attribute ((regparm (2))) attribute_hidden; __attribute ((regparm (2))) attribute_hidden;
/* Does not preserver %eax, %ecx, and %edx. */ /* Does not preserver %eax, %ecx, and %edx. */
extern int __lll_mutex_timedlock_wait (int val, int *__futex, extern int __lll_mutex_timedlock_wait (int val, int *__futex,
const struct timespec *abstime) const struct timespec *abstime)
__attribute ((regparm (3))) attribute_hidden; __attribute ((regparm (3))) attribute_hidden;
/* Preserves all registers but %eax. */ /* Preserves all registers but %eax. */
extern int __lll_mutex_unlock_wait (int *__futex) extern int __lll_mutex_unlock_wait (int *__futex)