|
@@ -48,7 +48,7 @@
|
|
<para>Fix an error in the constants that get passed to the futex system
|
|
<para>Fix an error in the constants that get passed to the futex system
|
|
call in some cases, causing certain pthread_mutex operations to fail:</para>
|
|
call in some cases, causing certain pthread_mutex operations to fail:</para>
|
|
|
|
|
|
-<screen><userinput remap="pre">cp nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S{,.orig}
|
|
|
|
|
|
+<screen><userinput remap="pre">cp -v nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S{,.orig}
|
|
sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \
|
|
sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \
|
|
<nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S.orig \
|
|
<nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S.orig \
|
|
>nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>
|
|
>nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>
|