musl/arch/sh/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 make all objects used with atomic operations volatile 2015-03-03 22:50:02 -05:00
endian.h fix endian subarchs for sh arch 2014-02-27 22:20:44 -05:00
fenv.h add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 2014-02-27 23:18:42 -05:00
float.h fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
ioctl.h remove termios2 related ioctls from sh ioctl.h 2016-07-03 14:54:35 -04:00
limits.h rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
posix.h rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
setjmp.h fix sh jmp_buf size to match ABI 2015-04-27 20:03:28 -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
stat.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
stdint.h rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
syscall.h.in deduplicate __NR_* and SYS_* syscall number definitions 2016-05-12 00:34:05 -05:00
user.h add bits/user.h for sh port 2014-03-08 00:14:33 -05:00