diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-10-01 20:58:20 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-10-01 20:58:20 +0000 |
commit | 6268f532b6c6be7971cb57883d042bd771966548 (patch) | |
tree | 265c862f1a4ec239f9192de67ff6510ef370657e /sysdeps/unix/sysv/linux/syscalls.list | |
parent | 7a34129911093dac61d6f2927cd8125f8e6d9945 (diff) | |
download | glibc-6268f532b6c6be7971cb57883d042bd771966548.tar glibc-6268f532b6c6be7971cb57883d042bd771966548.tar.gz glibc-6268f532b6c6be7971cb57883d042bd771966548.tar.bz2 glibc-6268f532b6c6be7971cb57883d042bd771966548.zip |
Move execve to syscalls.list (bug 14138).
Continuing the move of syscall definitions to syscalls.list, where
previous cleanups have made this possible, this patch moves the
definition of execve. (In this case, it was the removal of bounded
pointers support, rather than old kernel support, which made the move
possible.)
Tested for x86_64.
[BZ #14138]
* sysdeps/unix/sysv/linux/execve.c: Remove file.
* sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
Diffstat (limited to 'sysdeps/unix/sysv/linux/syscalls.list')
-rw-r--r-- | sysdeps/unix/sysv/linux/syscalls.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list index 5e3968a28b..ddec198279 100644 --- a/sysdeps/unix/sysv/linux/syscalls.list +++ b/sysdeps/unix/sysv/linux/syscalls.list @@ -13,6 +13,7 @@ epoll_create EXTRA epoll_create i:i epoll_create epoll_create1 EXTRA epoll_create1 i:i epoll_create1 epoll_ctl EXTRA epoll_ctl i:iiip epoll_ctl epoll_wait EXTRA epoll_wait Ci:ipii epoll_wait +execve - execve i:spp __execve execve fdatasync - fdatasync Ci:i fdatasync flock - flock i:ii __flock flock get_kernel_syms EXTRA get_kernel_syms i:p get_kernel_syms |