mirror of git://sourceware.org/git/glibc.git
One more thinko in CL
This commit is contained in:
parent
18a84741d8
commit
4997db7429
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
[BZ #11799]
|
[BZ #11799]
|
||||||
* sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
|
* sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
|
||||||
SI_USER in the comment.
|
raise in the comment.
|
||||||
* sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
|
* sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
|
||||||
* sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
|
* sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
|
||||||
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
|
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
|
||||||
|
|
|
||||||
|
|
@ -922,6 +922,7 @@ dl_main (const ElfW(Phdr) *phdr,
|
||||||
|
|
||||||
/* Process the environment variable which control the behaviour. */
|
/* Process the environment variable which control the behaviour. */
|
||||||
process_envvars (&mode);
|
process_envvars (&mode);
|
||||||
|
mode=trace;
|
||||||
|
|
||||||
#ifndef HAVE_INLINED_SYSCALLS
|
#ifndef HAVE_INLINED_SYSCALLS
|
||||||
/* Set up a flag which tells we are just starting. */
|
/* Set up a flag which tells we are just starting. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue