OSDN Git Service

Reorder includes and include only what is necessary
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 15 Apr 2011 23:20:21 +0000 (01:20 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:38 +0000 (14:00 +0200)
commitc28cabb17933d98c9046d4b2492e39757bbacf5a
tree0357aec448b18e219338dd25db9933c40f3cf5c4
parente21479da34bbe39fb9d99e2f6e323fd1a942d9cb
Reorder includes and include only what is necessary

Use param.h instead of MIN.
Use stddef.h instead of offsetof.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
14 files changed:
libc/sysdeps/linux/common/alarm.c
libc/sysdeps/linux/common/arch_prctl.c
libc/sysdeps/linux/common/capget.c
libc/sysdeps/linux/common/capset.c
libc/sysdeps/linux/common/fchdir.c
libc/sysdeps/linux/common/ftruncate.c
libc/sysdeps/linux/common/getdents.c
libc/sysdeps/linux/common/getrlimit.c
libc/sysdeps/linux/common/init_module.c
libc/sysdeps/linux/common/sendfile.c
libc/sysdeps/linux/common/setrlimit.c
libc/sysdeps/linux/common/truncate.c
libc/sysdeps/linux/i386/sysdep.h
librt/timer_create.c