From b0eaca4212adbb440bab783f5f9ebfed7798db80 Mon Sep 17 00:00:00 2001 From: joseph Date: Fri, 11 Apr 2008 12:45:38 +0000 Subject: Merge changes between r5854 and r5879 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@5880 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/stdlib/tst-makecontext.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/tst-makecontext.c b/libc/stdlib/tst-makecontext.c index 5fe66f6fc..00f8f1990 100644 --- a/libc/stdlib/tst-makecontext.c +++ b/libc/stdlib/tst-makecontext.c @@ -26,11 +26,12 @@ char st1[8192]; __thread int thr; int somevar = -76; +long othervar = -78L; void cf (int i) { - if (i != -78 || thr != 94) + if (i != othervar || thr != 94) { printf ("i %d thr %d\n", i, thr); exit (1); -- cgit v1.2.3