aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-eintr2.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-01-31 08:43:22 +0000
committerJakub Jelinek <jakub@redhat.com>2008-01-31 08:43:22 +0000
commita21d44637e4c53cce4760a2e2b13f0213c49a33d (patch)
treee28730f085cf343d98da117b41773940b365dd37 /nptl/tst-eintr2.c
parent07b7d301cc62d3f4ff1bbaf668ddc2510f7a55d8 (diff)
downloadglibc-a21d44637e4c53cce4760a2e2b13f0213c49a33d.zip
glibc-a21d44637e4c53cce4760a2e2b13f0213c49a33d.tar.gz
glibc-a21d44637e4c53cce4760a2e2b13f0213c49a33d.tar.bz2
Updated to fedora-glibc-20080131T0821cvs/fedora-glibc-2_7_90-4
Diffstat (limited to 'nptl/tst-eintr2.c')
-rw-r--r--nptl/tst-eintr2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-eintr2.c b/nptl/tst-eintr2.c
index 8cbbc5a..b7436a6 100644
--- a/nptl/tst-eintr2.c
+++ b/nptl/tst-eintr2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
@@ -109,7 +109,7 @@ do_test (void)
printf ("main: mutex_lock returned: %s\n",
strerror_r (e, buf, sizeof (buf)));
- return 0;
+ return 1;
}
#define EXPECTED_SIGNAL SIGALRM