musl/include/sys
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
..
acct.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
auxv.h
cachectl.h
dir.h
epoll.h
errno.h
eventfd.h
fanotify.h
fcntl.h
file.h
fsuid.h
inotify.h
io.h
ioctl.h
ipc.h
kd.h
klog.h
mman.h
mount.h
msg.h
mtio.h
param.h
personality.h
poll.h
prctl.h
procfs.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
ptrace.h
quota.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
reboot.h
reg.h
resource.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
select.h
sem.h
sendfile.h
shm.h
signal.h
signalfd.h
socket.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
soundcard.h
stat.h
statfs.h
statvfs.h
stropts.h
swap.h
syscall.h
sysinfo.h
syslog.h
sysmacros.h
termios.h
time.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
timeb.h
timerfd.h
times.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
timex.h
ttydefaults.h
types.h
ucontext.h
uio.h
un.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
user.h
utsname.h make brace placement in public header struct definitions consistent 2016-07-03 15:02:25 -04:00
vfs.h
vt.h
wait.h
xattr.h