X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=hurd%2Fsigunwind.c;h=1c6489b3b320b6249da9a4e9c9afaf2964583981;hb=f9f7fcbe4703a9709fdd87aa4124436e70af1c1a;hp=450a385a2abf3f339ef72a130b0d95388dd0fe14;hpb=1d038b6bb27e421c593e79f860f1a41c7d1c7a5d;p=platform%2Fupstream%2Fglibc.git diff --git a/hurd/sigunwind.c b/hurd/sigunwind.c index 450a385..1c6489b 100644 --- a/hurd/sigunwind.c +++ b/hurd/sigunwind.c @@ -1,5 +1,5 @@ /* longjmp cleanup function for unwinding past signal handlers. - Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -111,7 +111,7 @@ _hurdsig_longjmp_from_handler (void *data, jmp_buf env, int val) link = (void *) &scp[1]; assert (! link->resource.next && ! link->resource.prevp); assert (link->thread.next == ss->active_resources); - assert (link->thread.prevp = &ss->active_resources); + assert (link->thread.prevp == &ss->active_resources); if (link->thread.next) link->thread.next->thread.prevp = &link->thread.next; ss->active_resources = link;