about summary refs log tree commit diff
path: root/nptl/tst-basic2.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-basic2.c')
-rw-r--r--nptl/tst-basic2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-basic2.c b/nptl/tst-basic2.c
index 58ed6ac53b..0d3cc06da3 100644
--- a/nptl/tst-basic2.c
+++ b/nptl/tst-basic2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -112,7 +112,7 @@ do_test (void)
 	result = 1;
     }
 
-  return 0;
+  return result;
 }