projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a4954
)
(clear_once_control): Fix clearing of control variable.
author
drepper
<drepper>
Mon, 10 Feb 2003 22:44:14 +0000
(22:44 +0000)
committer
drepper
<drepper>
Mon, 10 Feb 2003 22:44:14 +0000
(22:44 +0000)
nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
patch
|
blob
|
history
diff --git
a/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
b/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
index
fce1529
..
62a1ec2
100644
(file)
--- a/
nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
+++ b/
nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S
@@
-147,7
+147,7
@@
clear_once_control:
pushl %esi
pushl %ebx
- movl
4
(%esp), %eax
+ movl
12
(%esp), %eax
movl $0, (%eax)
xorl %esi, %esi