Skip to content

Commit

Permalink
Use 64-bit loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Mar 15, 2003
1 parent a87731e commit 979f5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ clear_once_control:
movl $0, (%rdi)

movl $0x7fffffff, %edx
movl $FUTEX_WAKE, %esi
movq $FUTEX_WAKE, %rsi
movq $SYS_futex, %rax
syscall

Expand Down

0 comments on commit 979f5c3

Please sign in to comment.