diff options
author | mirabilos <m@mirbsd.org> | 2017-01-29 15:30:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-29 20:07:28 +0100 |
commit | 9b457baf8d46329f7d7ee2aa084022bb0df88551 (patch) | |
tree | 87b726f65dd2223975c89ce98a180e792017d7f3 /ldso | |
parent | 2d3403be6c680fddcc66238baa0a25c0554e2227 (diff) |
use safe, even if possibly a few cycles slower, six-argument syscall implementation
Signed-off-by: mirabilos <m@mirbsd.org>
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/i386/syscall6.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/ldso/i386/syscall6.S b/ldso/ldso/i386/syscall6.S new file mode 100644 index 000000000..59852e2f0 --- /dev/null +++ b/ldso/ldso/i386/syscall6.S @@ -0,0 +1 @@ +#include <libc/sysdeps/linux/i386/syscall6.S> |