mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
[BZ #41]
Update. * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is available the process is not killed. [BZ #41]
This commit is contained in:
parent
f58dc02246
commit
0b3cce3139
@ -1,5 +1,8 @@
|
||||
2004-08-08 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* resolv/tst-leaks.c (TIMEOUT): Define so that if no server is
|
||||
available the process is not killed. [BZ #41]
|
||||
|
||||
* intl/tst-gettext.c (main): Improve some messages. [BZ #33]
|
||||
|
||||
* time/strptime_l.c (__strptime_internal): Fix handling of %Ey.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Tests for res_query in libresolv
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003, 2004 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
|
||||
@ -26,6 +26,7 @@
|
||||
extern int do_test (int argc, char *argv[]);
|
||||
|
||||
/* This defines the `main' function and some more. */
|
||||
#define TIMEOUT 40
|
||||
#include <test-skeleton.c>
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user