diff options
author | Roland McGrath <roland@gnu.org> | 2004-12-29 09:19:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-12-29 09:19:59 +0000 |
commit | 525077e9f6a100e0d90af45f023dfb478a13ba8e (patch) | |
tree | 9309b31cfc81c1d691c2af5ff7648f4baa6842ff /sysdeps/unix/sysv | |
parent | 7d58530341304d403a6626d7f7a1913165fe2f32 (diff) | |
download | glibc-525077e9f6a100e0d90af45f023dfb478a13ba8e.tar glibc-525077e9f6a100e0d90af45f023dfb478a13ba8e.tar.gz glibc-525077e9f6a100e0d90af45f023dfb478a13ba8e.tar.bz2 glibc-525077e9f6a100e0d90af45f023dfb478a13ba8e.zip |
2004-12-19 Roland McGrath <roland@frob.com>
* gen-unicode-ctype.c (output_tables): Fix email address in output.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/clone.S b/sysdeps/unix/sysv/linux/i386/clone.S index c7d31f7a32..acd43dfb0b 100644 --- a/sysdeps/unix/sysv/linux/i386/clone.S +++ b/sysdeps/unix/sysv/linux/i386/clone.S @@ -67,7 +67,7 @@ ENTRY (BP_SYM (__clone)) /* Insert the argument onto the new stack. Make sure the new thread is started with an alignment of (mod 16). */ andl $0xfffffff0, %ecx - subl $28,%ecx + subl $24,%ecx movl ARG(%esp),%eax /* no negative argument counts */ movl %eax,12(%ecx) |