mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 10:22:41 +08:00
Update.
2003-03-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/libc-start.c [!SHARED && !LIBC_START_MAIN_AUXVEC_ARG]: Compute beginning of auxvec correctly.
This commit is contained in:
parent
09044a7360
commit
970269474a
@ -1,3 +1,8 @@
|
||||
2003-03-17 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/generic/libc-start.c [!SHARED &&
|
||||
!LIBC_START_MAIN_AUXVEC_ARG]: Compute beginning of auxvec correctly.
|
||||
|
||||
2003-03-17 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* include/ctype.h: Revert last change.
|
||||
|
1
nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c
Normal file
1
nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c
Normal file
@ -0,0 +1 @@
|
||||
#include <nptl/sysdeps/i386/pthread_spin_init.c>
|
@ -115,8 +115,8 @@ LIBC_START_MAIN (int (*main) (int, char **, char **
|
||||
ElfW(auxv_t) *__unbounded auxvec;
|
||||
{
|
||||
char *__unbounded *__unbounded evp = ubp_ev;
|
||||
while (*evp != NULL)
|
||||
++evp;
|
||||
while (*evp++ != NULL)
|
||||
;
|
||||
auxvec = (ElfW(auxv_t) *__unbounded) evp;
|
||||
}
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user