mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
Whitespace cleanup
This commit is contained in:
parent
40111cb9e1
commit
2b3dafb087
@ -86,7 +86,7 @@ ENTRY (__vdso_atomic_cmpxchg_32_stub)
|
||||
rts
|
||||
cfi_endproc
|
||||
END (__vdso_atomic_cmpxchg_32_stub)
|
||||
|
||||
|
||||
.hidden __vdso_atomic_barrier_stub
|
||||
ENTRY (__vdso_atomic_barrier_stub)
|
||||
cfi_startproc
|
||||
|
@ -73,7 +73,7 @@
|
||||
: (fl)) \
|
||||
: ((fl) | (((private) ^ FUTEX_PRIVATE_FLAG) \
|
||||
& THREAD_GETMEM (THREAD_SELF, header.private_futex))))
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -31,6 +31,6 @@
|
||||
tstl %d0 ; \
|
||||
beq 1f ; /* If we are the parent... */ \
|
||||
movel %d1, PID_OFFSET(%a1) ; /* Restore the PID. */ \
|
||||
1:
|
||||
1:
|
||||
|
||||
#include <sysdeps/unix/sysv/linux/m68k/vfork.S>
|
||||
|
@ -33,6 +33,6 @@
|
||||
tstl %d0 ; \
|
||||
beq 1f ; /* If we are the parent... */ \
|
||||
movel %d1, PID_OFFSET(%a1) ; /* Restore the PID. */ \
|
||||
1:
|
||||
1:
|
||||
|
||||
#include <sysdeps/unix/sysv/linux/m68k/vfork.S>
|
||||
|
@ -43,7 +43,7 @@ ENTRY (__vfork)
|
||||
saves data in D1 and A1. */
|
||||
|
||||
SAVE_PID
|
||||
|
||||
|
||||
/* Pop the return PC value into A0. */
|
||||
movel %sp@+, %a0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user