mirror of git://sourceware.org/git/glibc.git
aarch64: Tabify sysdep-cancel.h
This commit is contained in:
parent
26b0d2e1a1
commit
af4e8ef944
|
|
@ -1,3 +1,8 @@
|
|||
2014-05-29 Richard Henderson <rth@twiddle.net>
|
||||
|
||||
* sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
|
||||
whitespace; tabs before and after asm mnemonics.
|
||||
|
||||
2014-05-29 Eric Wong <normalperson@yhbt.net>
|
||||
|
||||
[BZ #15132]
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ extern int __local_multiple_threads attribute_hidden;
|
|||
cfi_restore (x0); \
|
||||
cfi_restore (x30); \
|
||||
cfi_adjust_cfa_offset (-16); \
|
||||
cmp w16, 0
|
||||
cmp w16, 0;
|
||||
# endif
|
||||
# endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue