]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86_64: Implement execl{,e,p} without double stack allocation
authorRichard Henderson <rth@twiddle.net>
Tue, 9 Feb 2016 01:53:17 +0000 (12:53 +1100)
committerRichard Henderson <rth@twiddle.net>
Tue, 9 Feb 2016 03:32:51 +0000 (14:32 +1100)
commit447f711575e70c09fd883f28d86e175993025277
tree4f6f8c67553438d3b8b30d1b4aadeb76382f63c7
parentf685eeedc6d7baf1bf822ef058e06bc1bcae4541
x86_64: Implement execl{,e,p} without double stack allocation
include/unistd.h
posix/execv.c
sysdeps/unix/sysv/linux/x86_64/64/execl.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/64/execle.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/64/execlp.S [new file with mode: 0644]