[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5699 - glibc-package/trunk/debian/patches/hurd-i386



Author: sthibault
Date: 2013-09-22 00:43:25 +0000 (Sun, 22 Sep 2013)
New Revision: 5699

Modified:
   glibc-package/trunk/debian/patches/hurd-i386/tg-thread-cancel.diff
Log:
fix fuzz

Modified: glibc-package/trunk/debian/patches/hurd-i386/tg-thread-cancel.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/tg-thread-cancel.diff	2013-09-21 23:42:42 UTC (rev 5698)
+++ glibc-package/trunk/debian/patches/hurd-i386/tg-thread-cancel.diff	2013-09-22 00:43:25 UTC (rev 5699)
@@ -51,6 +51,6 @@
 -  assert (! __spin_lock_locked (&ss->critical_section_lock));
    __spin_lock (&ss->critical_section_lock);
  
-   _hurd_sigstate_lock (ss);
+   __spin_lock (&ss->lock);
 -- 
 tg: (9a079e2..) t/thread-cancel (depends on: baseline)


Reply to: