musl/arch/aarch64/bits
Rich Felker befa5866ee make brace placement in public header struct definitions consistent
placing the opening brace on the same line as the struct keyword/tag
is the style I prefer and seems to be the prevailing practice in more
recent additions.

these changes were generated by the command:

find include/ arch/*/bits -name '*.h' \
-exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} +

and subsequently checked by hand to ensure that the regex did not pick
up any false positives.
2016-07-03 15:02:25 -04:00
..
alltypes.h.in fix missing max_align_t definition on aarch64 2015-03-20 01:21:37 -04:00
endian.h add aarch64 port 2015-03-11 20:12:35 -04:00
fcntl.h aarch64: remove duplicate macro definitions in bits/fcntl.h 2015-04-01 19:25:32 -04:00
fenv.h add aarch64 port 2015-03-11 20:12:35 -04:00
float.h add aarch64 port 2015-03-11 20:12:35 -04:00
ipc.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
limits.h add aarch64 port 2015-03-11 20:12:35 -04:00
msg.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
posix.h add aarch64 port 2015-03-11 20:12:35 -04:00
reg.h add aarch64 port 2015-03-11 20:12:35 -04:00
sem.h aarch64: fix definition of sem_nsems in semid_ds structure 2015-04-01 19:12:18 -04:00
setjmp.h add aarch64 port 2015-03-11 20:12:35 -04:00
shm.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
signal.h fix MINSIGSTKSZ values for archs with large signal contexts 2015-03-18 00:31:37 -04:00
socket.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
stat.h add aarch64 port 2015-03-11 20:12:35 -04:00
stdint.h add aarch64 port 2015-03-11 20:12:35 -04:00
syscall.h.in add preadv2 and pwritev2 syscall numbers for linux v4.6 2016-06-09 13:38:41 -04:00
user.h add aarch64 port 2015-03-11 20:12:35 -04:00