* sysdeps/generic/dl-sysdep.c (set_seen): Fix typo.
This commit is contained in:
Ulrich Drepper 2001-01-30 01:43:27 +00:00
parent 9949bc63c0
commit 40576b8733
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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,