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

r5898 - glibc-package/branches/eglibc-2.18/debian/patches/hurd-i386



Author: sthibault
Date: 2013-12-31 12:26:36 +0000 (Tue, 31 Dec 2013)
New Revision: 5898

Modified:
   glibc-package/branches/eglibc-2.18/debian/patches/hurd-i386/tg-sigstate_locking.diff
Log:
Fix patch

Modified: glibc-package/branches/eglibc-2.18/debian/patches/hurd-i386/tg-sigstate_locking.diff
===================================================================
--- glibc-package/branches/eglibc-2.18/debian/patches/hurd-i386/tg-sigstate_locking.diff	2013-12-31 12:21:04 UTC (rev 5897)
+++ glibc-package/branches/eglibc-2.18/debian/patches/hurd-i386/tg-sigstate_locking.diff	2013-12-31 12:26:36 UTC (rev 5898)
@@ -25,7 +25,7 @@
  	 possible already be set.  Look up our sigstate structure the slow
 -	 way; this locks the sigstate lock.  */
 +	 way.  */
-       ss = *location = _hurd_thread_sigstate (__mach_thread_self ());
+       ss = _hurd_sigstate = _hurd_thread_sigstate (__mach_thread_self ());
 -      __spin_unlock (&ss->lock);
      }
  


Reply to: