OSDN Git Service

Regenerate the system call stubs (to get x86_64).
authorElliott Hughes <enh@google.com>
Tue, 1 Oct 2013 20:29:43 +0000 (13:29 -0700)
committerElliott Hughes <enh@google.com>
Tue, 1 Oct 2013 20:29:43 +0000 (13:29 -0700)
commite4ffd9f2341f42c9281b4a93df76768580535edd
treeef4a32ac4a578caae3a1b909df84f508f2bf07d0
parent475e8dde178f05f91626a22ade795244efe69a3e
Regenerate the system call stubs (to get x86_64).

This touches the x86 stubs too because arm, x86, and x86_64 now
all share the same header (at a source level), which causes a
reordering of the #include lines.

Change-Id: If9a1e2b2718bd41d8399fea748bce672c513ef84
412 files changed:
libc/arch-x86/syscalls/__brk.S
libc/arch-x86/syscalls/__fcntl.S
libc/arch-x86/syscalls/__fcntl64.S
libc/arch-x86/syscalls/__fork.S
libc/arch-x86/syscalls/__fstatfs64.S
libc/arch-x86/syscalls/__getcpu.S
libc/arch-x86/syscalls/__getcwd.S
libc/arch-x86/syscalls/__getpriority.S
libc/arch-x86/syscalls/__ioctl.S
libc/arch-x86/syscalls/__llseek.S
libc/arch-x86/syscalls/__mmap2.S
libc/arch-x86/syscalls/__open.S
libc/arch-x86/syscalls/__openat.S
libc/arch-x86/syscalls/__ptrace.S
libc/arch-x86/syscalls/__reboot.S
libc/arch-x86/syscalls/__rt_sigaction.S
libc/arch-x86/syscalls/__rt_sigprocmask.S
libc/arch-x86/syscalls/__rt_sigtimedwait.S
libc/arch-x86/syscalls/__sched_getaffinity.S
libc/arch-x86/syscalls/__set_thread_area.S
libc/arch-x86/syscalls/__setresuid.S
libc/arch-x86/syscalls/__setreuid.S
libc/arch-x86/syscalls/__setuid.S
libc/arch-x86/syscalls/__sigsuspend.S
libc/arch-x86/syscalls/__statfs64.S
libc/arch-x86/syscalls/__sys_clone.S
libc/arch-x86/syscalls/__syslog.S
libc/arch-x86/syscalls/__timer_create.S
libc/arch-x86/syscalls/__timer_delete.S
libc/arch-x86/syscalls/__timer_getoverrun.S
libc/arch-x86/syscalls/__timer_gettime.S
libc/arch-x86/syscalls/__timer_settime.S
libc/arch-x86/syscalls/__waitid.S
libc/arch-x86/syscalls/_exit.S
libc/arch-x86/syscalls/_exit_thread.S
libc/arch-x86/syscalls/_waitpid.S
libc/arch-x86/syscalls/accept.S
libc/arch-x86/syscalls/access.S
libc/arch-x86/syscalls/acct.S
libc/arch-x86/syscalls/bind.S
libc/arch-x86/syscalls/capget.S
libc/arch-x86/syscalls/capset.S
libc/arch-x86/syscalls/chdir.S
libc/arch-x86/syscalls/chmod.S
libc/arch-x86/syscalls/chown.S
libc/arch-x86/syscalls/chroot.S
libc/arch-x86/syscalls/clock_getres.S
libc/arch-x86/syscalls/clock_gettime.S
libc/arch-x86/syscalls/clock_nanosleep.S
libc/arch-x86/syscalls/clock_settime.S
libc/arch-x86/syscalls/close.S
libc/arch-x86/syscalls/connect.S
libc/arch-x86/syscalls/delete_module.S
libc/arch-x86/syscalls/dup.S
libc/arch-x86/syscalls/dup2.S
libc/arch-x86/syscalls/epoll_create.S
libc/arch-x86/syscalls/epoll_ctl.S
libc/arch-x86/syscalls/epoll_wait.S
libc/arch-x86/syscalls/eventfd.S
libc/arch-x86/syscalls/execve.S
libc/arch-x86/syscalls/faccessat.S
libc/arch-x86/syscalls/fchdir.S
libc/arch-x86/syscalls/fchmod.S
libc/arch-x86/syscalls/fchmodat.S
libc/arch-x86/syscalls/fchown.S
libc/arch-x86/syscalls/fchownat.S
libc/arch-x86/syscalls/fdatasync.S
libc/arch-x86/syscalls/fgetxattr.S
libc/arch-x86/syscalls/flistxattr.S
libc/arch-x86/syscalls/flock.S
libc/arch-x86/syscalls/fremovexattr.S
libc/arch-x86/syscalls/fsetxattr.S
libc/arch-x86/syscalls/fstat.S
libc/arch-x86/syscalls/fstatat.S
libc/arch-x86/syscalls/fsync.S
libc/arch-x86/syscalls/ftruncate.S
libc/arch-x86/syscalls/ftruncate64.S
libc/arch-x86/syscalls/futex.S
libc/arch-x86/syscalls/getdents.S
libc/arch-x86/syscalls/getegid.S
libc/arch-x86/syscalls/geteuid.S
libc/arch-x86/syscalls/getgid.S
libc/arch-x86/syscalls/getgroups.S
libc/arch-x86/syscalls/getitimer.S
libc/arch-x86/syscalls/getpeername.S
libc/arch-x86/syscalls/getpgid.S
libc/arch-x86/syscalls/getpid.S
libc/arch-x86/syscalls/getppid.S
libc/arch-x86/syscalls/getresgid.S
libc/arch-x86/syscalls/getresuid.S
libc/arch-x86/syscalls/getrlimit.S
libc/arch-x86/syscalls/getrusage.S
libc/arch-x86/syscalls/getsid.S
libc/arch-x86/syscalls/getsockname.S
libc/arch-x86/syscalls/getsockopt.S
libc/arch-x86/syscalls/gettid.S
libc/arch-x86/syscalls/gettimeofday.S
libc/arch-x86/syscalls/getuid.S
libc/arch-x86/syscalls/getxattr.S
libc/arch-x86/syscalls/init_module.S
libc/arch-x86/syscalls/inotify_add_watch.S
libc/arch-x86/syscalls/inotify_init.S
libc/arch-x86/syscalls/inotify_rm_watch.S
libc/arch-x86/syscalls/ioprio_get.S
libc/arch-x86/syscalls/ioprio_set.S
libc/arch-x86/syscalls/kill.S
libc/arch-x86/syscalls/klogctl.S
libc/arch-x86/syscalls/lchown.S
libc/arch-x86/syscalls/lgetxattr.S
libc/arch-x86/syscalls/link.S
libc/arch-x86/syscalls/listen.S
libc/arch-x86/syscalls/listxattr.S
libc/arch-x86/syscalls/llistxattr.S
libc/arch-x86/syscalls/lremovexattr.S
libc/arch-x86/syscalls/lseek.S
libc/arch-x86/syscalls/lsetxattr.S
libc/arch-x86/syscalls/lstat.S
libc/arch-x86/syscalls/madvise.S
libc/arch-x86/syscalls/mincore.S
libc/arch-x86/syscalls/mkdir.S
libc/arch-x86/syscalls/mkdirat.S
libc/arch-x86/syscalls/mknod.S
libc/arch-x86/syscalls/mlock.S
libc/arch-x86/syscalls/mlockall.S
libc/arch-x86/syscalls/mount.S
libc/arch-x86/syscalls/mprotect.S
libc/arch-x86/syscalls/mremap.S
libc/arch-x86/syscalls/msync.S
libc/arch-x86/syscalls/munlock.S
libc/arch-x86/syscalls/munlockall.S
libc/arch-x86/syscalls/munmap.S
libc/arch-x86/syscalls/nanosleep.S
libc/arch-x86/syscalls/pause.S
libc/arch-x86/syscalls/perf_event_open.S
libc/arch-x86/syscalls/personality.S
libc/arch-x86/syscalls/pipe.S
libc/arch-x86/syscalls/pipe2.S
libc/arch-x86/syscalls/poll.S
libc/arch-x86/syscalls/prctl.S
libc/arch-x86/syscalls/pread64.S
libc/arch-x86/syscalls/pwrite64.S
libc/arch-x86/syscalls/read.S
libc/arch-x86/syscalls/readahead.S
libc/arch-x86/syscalls/readlink.S
libc/arch-x86/syscalls/readv.S
libc/arch-x86/syscalls/recvfrom.S
libc/arch-x86/syscalls/recvmsg.S
libc/arch-x86/syscalls/removexattr.S
libc/arch-x86/syscalls/rename.S
libc/arch-x86/syscalls/renameat.S
libc/arch-x86/syscalls/rmdir.S
libc/arch-x86/syscalls/sched_get_priority_max.S
libc/arch-x86/syscalls/sched_get_priority_min.S
libc/arch-x86/syscalls/sched_getparam.S
libc/arch-x86/syscalls/sched_getscheduler.S
libc/arch-x86/syscalls/sched_rr_get_interval.S
libc/arch-x86/syscalls/sched_setaffinity.S
libc/arch-x86/syscalls/sched_setparam.S
libc/arch-x86/syscalls/sched_setscheduler.S
libc/arch-x86/syscalls/sched_yield.S
libc/arch-x86/syscalls/select.S
libc/arch-x86/syscalls/sendfile.S
libc/arch-x86/syscalls/sendfile64.S
libc/arch-x86/syscalls/sendmsg.S
libc/arch-x86/syscalls/sendto.S
libc/arch-x86/syscalls/setgid.S
libc/arch-x86/syscalls/setgroups.S
libc/arch-x86/syscalls/setitimer.S
libc/arch-x86/syscalls/setpgid.S
libc/arch-x86/syscalls/setpriority.S
libc/arch-x86/syscalls/setregid.S
libc/arch-x86/syscalls/setresgid.S
libc/arch-x86/syscalls/setrlimit.S
libc/arch-x86/syscalls/setsid.S
libc/arch-x86/syscalls/setsockopt.S
libc/arch-x86/syscalls/settimeofday.S
libc/arch-x86/syscalls/setxattr.S
libc/arch-x86/syscalls/shutdown.S
libc/arch-x86/syscalls/sigaction.S
libc/arch-x86/syscalls/sigaltstack.S
libc/arch-x86/syscalls/signalfd4.S
libc/arch-x86/syscalls/sigpending.S
libc/arch-x86/syscalls/sigprocmask.S
libc/arch-x86/syscalls/socket.S
libc/arch-x86/syscalls/socketpair.S
libc/arch-x86/syscalls/stat.S
libc/arch-x86/syscalls/swapoff.S
libc/arch-x86/syscalls/swapon.S
libc/arch-x86/syscalls/symlink.S
libc/arch-x86/syscalls/sync.S
libc/arch-x86/syscalls/sysinfo.S
libc/arch-x86/syscalls/tgkill.S
libc/arch-x86/syscalls/timerfd_create.S
libc/arch-x86/syscalls/timerfd_gettime.S
libc/arch-x86/syscalls/timerfd_settime.S
libc/arch-x86/syscalls/times.S
libc/arch-x86/syscalls/tkill.S
libc/arch-x86/syscalls/truncate.S
libc/arch-x86/syscalls/truncate64.S
libc/arch-x86/syscalls/umask.S
libc/arch-x86/syscalls/umount2.S
libc/arch-x86/syscalls/uname.S
libc/arch-x86/syscalls/unlink.S
libc/arch-x86/syscalls/unlinkat.S
libc/arch-x86/syscalls/unshare.S
libc/arch-x86/syscalls/utimensat.S
libc/arch-x86/syscalls/utimes.S
libc/arch-x86/syscalls/wait4.S
libc/arch-x86/syscalls/write.S
libc/arch-x86/syscalls/writev.S
libc/arch-x86_64/syscalls.mk [new file with mode: 0644]
libc/arch-x86_64/syscalls/__brk.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__fork.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__getcpu.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__getcwd.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__getpriority.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__ioctl.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__open.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__openat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__ptrace.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__reboot.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__rt_sigaction.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__rt_sigprocmask.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__rt_sigsuspend.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__rt_sigtimedwait.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__sched_getaffinity.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__setresuid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__setreuid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__setuid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__sys_clone.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__syslog.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__timer_create.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__timer_delete.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__timer_getoverrun.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__timer_gettime.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__timer_settime.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/__waitid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/_exit.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/_exit_thread.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/accept.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/access.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/acct.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/bind.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/capget.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/capset.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/chdir.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/chmod.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/chown.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/chroot.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/clock_getres.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/clock_gettime.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/clock_nanosleep.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/clock_settime.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/close.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/connect.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/delete_module.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/dup.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/dup2.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/epoll_create.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/epoll_ctl.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/epoll_wait.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/eventfd.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/execve.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/faccessat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fchdir.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fchmod.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fchmodat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fchown.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fchownat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fcntl.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fdatasync.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fgetxattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/flistxattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/flock.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fremovexattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fsetxattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fstat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fstatfs.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/fsync.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/ftruncate.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/futex.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getdents.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getegid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/geteuid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getgid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getgroups.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getitimer.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getpeername.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getpgid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getpid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getppid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getresgid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getresuid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getrlimit.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getrusage.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getsid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getsockname.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getsockopt.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/gettid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/gettimeofday.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getuid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/getxattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/init_module.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/inotify_add_watch.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/inotify_init.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/inotify_rm_watch.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/ioprio_get.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/ioprio_set.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/kill.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/klogctl.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/lchown.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/lgetxattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/link.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/listen.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/listxattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/llistxattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/lremovexattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/lseek.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/lsetxattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/lstat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/madvise.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/mincore.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/mkdir.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/mkdirat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/mknod.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/mlock.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/mlockall.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/mmap.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/mount.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/mprotect.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/mremap.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/msync.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/munlock.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/munlockall.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/munmap.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/nanosleep.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/pause.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/perf_event_open.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/personality.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/pipe.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/pipe2.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/poll.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/prctl.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/pread64.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/pwrite64.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/read.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/readahead.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/readlink.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/readv.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/recvfrom.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/recvmsg.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/removexattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/rename.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/renameat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/rmdir.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sched_get_priority_max.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sched_get_priority_min.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sched_getparam.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sched_getscheduler.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sched_rr_get_interval.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sched_setaffinity.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sched_setparam.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sched_setscheduler.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sched_yield.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/select.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sendfile.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sendmsg.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sendto.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setgid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setgroups.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setitimer.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setpgid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setpriority.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setregid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setresgid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setrlimit.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setsid.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setsockopt.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/settimeofday.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/setxattr.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/shutdown.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sigaltstack.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/signalfd4.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/socket.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/socketpair.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/stat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/statfs.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/swapoff.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/swapon.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/symlink.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sync.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/sysinfo.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/tgkill.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/timerfd_create.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/timerfd_gettime.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/timerfd_settime.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/times.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/tkill.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/truncate.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/umask.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/umount2.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/uname.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/unlink.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/unlinkat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/unshare.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/utimensat.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/utimes.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/vfork.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/wait4.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/write.S [new file with mode: 0644]
libc/arch-x86_64/syscalls/writev.S [new file with mode: 0644]
libc/include/sys/glibc-syscalls.h