mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
* sysdeps/generic/dl-sysdep.c (set_seen): Fix typo.
This commit is contained in:
parent
9949bc63c0
commit
40576b8733
@ -1,5 +1,7 @@
|
||||
2001-01-29 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/generic/dl-sysdep.c (set_seen): Fix typo.
|
||||
|
||||
* math/libm-test.inc (rint_test): Add a few more tests for round
|
||||
to even rounding.
|
||||
|
||||
|
@ -95,7 +95,7 @@ _dl_sysdep_start (void **start_argptr,
|
||||
#else
|
||||
unsigned int seen = 0;
|
||||
# define M(type) (1 << (type))
|
||||
# define set_seen(val) seen |= M ((tag)->a_type)
|
||||
# define set_seen(tag) seen |= M ((tag)->a_type)
|
||||
#endif
|
||||
|
||||
DL_FIND_ARG_COMPONENTS (start_argptr, _dl_argc, _dl_argv, _environ,
|
||||
|
Loading…
Reference in New Issue
Block a user