OSDN Git Service

unify stub logic
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Jul 2009 05:11:38 +0000 (01:11 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 24 Feb 2011 13:24:43 +0000 (08:24 -0500)
commit73d59554144f429b1cf0d4d7fa7de42bdf59ad92
tree70ab4d48ad3035e31e7631eb7bb8b2308733fda2
parent9112a2398ec58b32cd1a1c6feae195bd8f9a46a2
unify stub logic

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31 files changed:
extra/Configs/Config.in
libc/sysdeps/linux/arm/posix_fadvise.c
libc/sysdeps/linux/arm/posix_fadvise64.c
libc/sysdeps/linux/common/__rt_sigtimedwait.c
libc/sysdeps/linux/common/__rt_sigwaitinfo.c
libc/sysdeps/linux/common/bdflush.c
libc/sysdeps/linux/common/capget.c
libc/sysdeps/linux/common/capset.c
libc/sysdeps/linux/common/create_module.c
libc/sysdeps/linux/common/delete_module.c
libc/sysdeps/linux/common/epoll.c
libc/sysdeps/linux/common/fdatasync.c
libc/sysdeps/linux/common/fork.c
libc/sysdeps/linux/common/get_kernel_syms.c
libc/sysdeps/linux/common/getpgrp.c
libc/sysdeps/linux/common/init_module.c
libc/sysdeps/linux/common/pivot_root.c
libc/sysdeps/linux/common/posix_fadvise.c
libc/sysdeps/linux/common/posix_fadvise64.c
libc/sysdeps/linux/common/query_module.c
libc/sysdeps/linux/common/sched_getaffinity.c
libc/sysdeps/linux/common/sched_setaffinity.c
libc/sysdeps/linux/common/signalfd.c
libc/sysdeps/linux/common/splice.c
libc/sysdeps/linux/common/stubs.c [new file with mode: 0644]
libc/sysdeps/linux/common/sync_file_range.c
libc/sysdeps/linux/common/umount.c
libc/sysdeps/linux/common/umount2.c
libc/sysdeps/linux/common/vmsplice.c
libc/sysdeps/linux/common/xattr.c
libc/sysdeps/linux/i386/posix_fadvise64.S