nds32: Use new common syscall() implementation
commitf76de0893c0b9dff39ded38023cb6957cb09fb9f
authorStafford Horne <shorne@gmail.com>
Thu, 14 Dec 2017 06:29:08 +0000 (14 15:29 +0900)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Mon, 15 Jan 2018 20:01:22 +0000 (15 20:01 +0000)
treec8478c340b1d1eaa452dac36e8ce5d81046aa3d8
parent6237a836c8c9df96a185dd59522c05c33ea2b622
nds32: Use new common syscall() implementation

Traditionally nds32 has had a generic syscall implementation supporting
varargs.

During an audit it was found that this implementation seems to duplicate
the new common implementation and is no longer needed.

Signed-off-by: Stafford Horne <shorne@gmail.com>
libc/sysdeps/linux/nds32/Makefile.arch
libc/sysdeps/linux/nds32/syscall.c [deleted file]