glibc/sysdeps/mach/hurd/htl
Joseph Myers aa0e46636a Break further lines before not after operators.
This patch continues the process of fixing coding style to break lines
before not after operators in accordance with the GNU Coding
Standards, fixing such issues in a non-exhaustive selection of sysdeps
files that had them.

Tested for x86_64, and with build-many-glibcs.py.

	* sysdeps/arm/sysdep.h (#if condition): Break lines before rather
	than after operators.
	* sysdeps/mach/hurd/fork.c (__fork): Likewise.
	* sysdeps/mach/hurd/getcwd.c
	(__hurd_canonicalize_directory_name_internal): Likewise.
	* sysdeps/mach/hurd/htl/pt-mutex-consistent.c
	(pthread_mutex_consistent): Likewise.
	* sysdeps/mach/hurd/htl/pt-mutex-init.c (_pthread_mutex_init):
	Likewise.
	* sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c
	(__pthread_mutex_transfer_np): Likewise.
	* sysdeps/mach/hurd/htl/pt-mutex-unlock.c
	(__pthread_mutex_unlock): Likewise.
	* sysdeps/mach/hurd/htl/pt-mutex.h (ROBUST_LOCK): Likewise.
	(mtx_owned_p): Likewise.
	* sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c
	(pthread_mutexattr_getrobust): Likewise.
	* sysdeps/mach/hurd/i386/init-first.c (init1): Likewise.
	* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
	Likewise.
	* sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
	* sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Likewise.
	* sysdeps/mach/hurd/kill.c (__kill): Likewise.
	* sysdeps/mach/hurd/mig-reply.c (__mig_get_reply_port): Likewise.
	* sysdeps/mach/hurd/ptrace.c (ptrace): Likewise.
	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
	* sysdeps/unix/sysv/linux/aarch64/sysdep.h (#if condition):
	Likewise.
	* sysdeps/unix/sysv/linux/alpha/ioperm.c (process_cpuinfo):
	Likewise.
	* sysdeps/unix/sysv/linux/bits/timex.h (STA_RONLY): Likewise.
	* sysdeps/unix/sysv/linux/csky/sysdep.h (#if condition): Likewise.
	* sysdeps/unix/sysv/linux/generic/____longjmp_chk.c
	(____longjmp_chk): Likewise.
	* sysdeps/unix/sysv/linux/generic/futimesat.c (futimesat):
	Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
	(INTERNAL_SYSCALL): Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
	(INTERNAL_SYSCALL): Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
	(__get_clockfreq_via_cpuinfo): Likewise.
2019-02-26 15:01:50 +00:00
..
bits Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Implies hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
pt-attr-setstackaddr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-attr-setstacksize.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-docancel.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-hurd-cond-timedwait.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-hurd-cond-wait.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutex-consistent.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
pt-mutex-destroy.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutex-getprioceiling.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutex-init.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
pt-mutex-lock.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutex-setprioceiling.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutex-timedlock.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutex-transfer-np.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
pt-mutex-trylock.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutex-unlock.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
pt-mutex.h Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
pt-mutexattr-destroy.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutexattr-getprioceiling.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutexattr-getprotocol.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutexattr-getpshared.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutexattr-getrobust.c Break further lines before not after operators. 2019-02-26 15:01:50 +00:00
pt-mutexattr-gettype.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutexattr-init.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutexattr-setprioceiling.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutexattr-setprotocol.c Break more lines before not after operators. 2019-02-25 13:19:19 +00:00
pt-mutexattr-setpshared.c hurd: advertise *_setpshared as not supported 2019-01-02 22:21:34 +01:00
pt-mutexattr-setrobust.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutexattr-settype.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-mutexattr.c hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
pt-sigstate-destroy.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-sigstate-init.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-sigstate.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-sysdep.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
pt-sysdep.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00