mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03: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:
@ -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>
|
1998-04-12 22:47 Philip Blundell <Philip.Blundell@pobox.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
|
* sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
for (_tmp = (envp); *_tmp; ++_tmp) \
|
for (_tmp = (envp); *_tmp; ++_tmp) \
|
||||||
continue; \
|
continue; \
|
||||||
/* The following '++' is important! */ \
|
/* The following '++' is important! */ \
|
||||||
++_tmp; \
|
(auxp) = ++_tmp; \
|
||||||
if (*_tmp == 0) \
|
if (*_tmp == 0) \
|
||||||
{ \
|
{ \
|
||||||
size_t _test = (size_t)_tmp; \
|
size_t _test = (size_t)_tmp; \
|
||||||
|
Reference in New Issue
Block a user