On Sun, 23 Jan 2011 15:02:42 -0800
Bryan Kadzban <br...@kadzban.is-a-geek.net> wrote:
> I've verified that this patch fixes the problem.  This might be possible
> with sed, but I'm not sure how.

(Doh! Try again. Resending 'cos the the last one only changed one file)
This sed seems to do the same as your patch:

sed -i 's/\(#if[^ ]* __ASSUME_\)PRIVATE_FUTEX/\1FUTEX_CLOCK_REALTIME/' \
  nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timed{rd,wr}lock.S

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to