mirror of
git://git.musl-libc.org/musl
synced 2024-12-24 07:32:49 +00:00
befa5866ee
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. |
||
---|---|---|
.. | ||
acct.h | ||
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 | ||
ptrace.h | ||
quota.h | ||
reboot.h | ||
reg.h | ||
resource.h | ||
select.h | ||
sem.h | ||
sendfile.h | ||
shm.h | ||
signal.h | ||
signalfd.h | ||
socket.h | ||
soundcard.h | ||
stat.h | ||
statfs.h | ||
statvfs.h | ||
stropts.h | ||
swap.h | ||
syscall.h | ||
sysinfo.h | ||
syslog.h | ||
sysmacros.h | ||
termios.h | ||
time.h | ||
timeb.h | ||
timerfd.h | ||
times.h | ||
timex.h | ||
ttydefaults.h | ||
types.h | ||
ucontext.h | ||
uio.h | ||
un.h | ||
user.h | ||
utsname.h | ||
vfs.h | ||
vt.h | ||
wait.h | ||
xattr.h |