mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
Update.
1998-04-12 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS): Always initialize auxv. Patch by Mark Hatle <fray@kernel.crashing.org>.
This commit is contained in:
parent
bc38f31f3a
commit
8acdf4fd69
@ -1,3 +1,9 @@
|
||||
1998-04-12 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
|
||||
(DL_FIND_ARG_COMPONENTS): Always initialize auxv.
|
||||
Patch by Mark Hatle <fray@kernel.crashing.org>.
|
||||
|
||||
1998-04-12 22:47 Philip Blundell <Philip.Blundell@pobox.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
|
||||
|
@ -30,7 +30,7 @@
|
||||
for (_tmp = (envp); *_tmp; ++_tmp) \
|
||||
continue; \
|
||||
/* The following '++' is important! */ \
|
||||
++_tmp; \
|
||||
(auxp) = ++_tmp; \
|
||||
if (*_tmp == 0) \
|
||||
{ \
|
||||
size_t _test = (size_t)_tmp; \
|
||||
|
Loading…
Reference in New Issue
Block a user