diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-05 03:47:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-05 03:47:38 +0000 |
commit | f213ef02800eba75bcc5d4c5aaa5a19f5f6235fe (patch) | |
tree | 29d35cb5a33905879bb52abd0eca82aa73a87767 /nptl | |
parent | 6fefb4e0b1695a4f7d0d18be6c04472bb3995071 (diff) | |
download | glibc-f213ef02800eba75bcc5d4c5aaa5a19f5f6235fe.tar glibc-f213ef02800eba75bcc5d4c5aaa5a19f5f6235fe.tar.gz glibc-f213ef02800eba75bcc5d4c5aaa5a19f5f6235fe.tar.bz2 glibc-f213ef02800eba75bcc5d4c5aaa5a19f5f6235fe.zip |
Update.
2004-03-04 Ulrich Drepper <drepper@redhat.com>
* elf/dl-open.c (dl_open_worker): Check that _dl_open is called
from the right place.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/tst-cond6.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/tst-cond6.c b/nptl/tst-cond6.c index 02a0bdfbd1..be429df96d 100644 --- a/nptl/tst-cond6.c +++ b/nptl/tst-cond6.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. +/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -165,8 +165,6 @@ do_test (void) exit (1); } - /* Waiting for the condition will fail. But we want the timeout - here. */ if (gettimeofday (&tv, NULL) != 0) { puts ("gettimeofday failed"); |