2008-03-14 Carlos O'Donell <carlos@codesourcery.com>
authorCarlos O'Donell <carlos@systemhalted.org>
Fri, 14 Mar 2008 23:40:55 +0000 (23:40 +0000)
committerCarlos O'Donell <carlos@systemhalted.org>
Fri, 14 Mar 2008 23:40:55 +0000 (23:40 +0000)
    Guy Martin <gmsoft@tuxicoman.be>

[BZ #5923]
* sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Pass
timespec and futexp.

ChangeLog.hppa
sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h

index 8a51f8e..35a273e 100644 (file)
@@ -1,3 +1,10 @@
+2008-03-14  Carlos O'Donell  <carlos@codesourcery.com>
+           Guy Martin <gmsoft@tuxicoman.be>
+
+       [BZ #5923]
+       * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Pass 
+       timespec and futexp.
+
 2008-02-22  Carlos O'Donell  <carlos@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/hppa/Makefile: Remove.
index 522380e..ec907ae 100644 (file)
@@ -111,7 +111,7 @@ typedef int lll_lock_t;
   lll_private_futex_timed_wait (futex, val, NULL)
 
 #ifdef __ASSUME_PRIVATE_FUTEX
-# define lll_private_futex_timed_wait(futex, val, timeout) \
+# define lll_private_futex_timed_wait(futexp, val, timespec) \
   ({                                                                         \
     INTERNAL_SYSCALL_DECL (__err);                                           \
     long int __ret;                                                          \