mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
2001-08-22 Ulrich Drepper <drepper@redhat.com> * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to avoid warnings. * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using DL_LOOKUP_ADDRESS.
This commit is contained in:
parent
131fd00f9e
commit
5cd6f8f735
@ -1,3 +1,11 @@
|
||||
2001-08-22 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
|
||||
avoid warnings.
|
||||
|
||||
* dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
|
||||
DL_LOOKUP_ADDRESS.
|
||||
|
||||
2001-08-22 Roland McGrath <roland@frob.com>
|
||||
|
||||
* sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Skeleton for test programs.
|
||||
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
|
||||
|
||||
@ -64,6 +64,7 @@ struct temp_name_list
|
||||
|
||||
/* Add temporary files in list. */
|
||||
static void
|
||||
__attribute__ ((unused))
|
||||
add_temp_file (const char *name)
|
||||
{
|
||||
struct temp_name_list *newp
|
||||
|
Loading…
Reference in New Issue
Block a user