musl/arch/mipsn32/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 add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
endian.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
errno.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
fcntl.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
fenv.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
float.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
ioctl.h fix TIOCMSET in mips ioctl.h 2016-07-03 14:54:35 -04:00
limits.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
mman.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
msg.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
poll.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
posix.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
reg.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
resource.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
sem.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
setjmp.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
shm.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
signal.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
socket.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
stat.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
statfs.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
stdint.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00
syscall.h.in add preadv2 and pwritev2 syscall numbers for linux v4.6 2016-06-09 13:38:41 -04:00
termios.h fix TCS* definitions in mips termios.h 2016-07-03 15:02:24 -04:00
user.h add mips n32 port (ILP32 ABI for mips64) 2016-04-18 05:19:13 +00:00