diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-09 15:10:56 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-09 15:11:46 -0400 |
commit | c06402cccc4c6278d762900e6a205394638d9c22 (patch) | |
tree | 646c8fa6c7ca9f3d748d448b6f4c18bc5971c8ae /libc/sysdeps/linux/bfin/Makefile.arch | |
parent | 763bbf9e9a27426c9be8322dca5ddf2cb4dbc464 (diff) |
syscall(): create a common version based on INLINE_SYSCALL_NCS()
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc/sysdeps/linux/bfin/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/bfin/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/bfin/Makefile.arch b/libc/sysdeps/linux/bfin/Makefile.arch index 81fca3295..4b44ed02c 100644 --- a/libc/sysdeps/linux/bfin/Makefile.arch +++ b/libc/sysdeps/linux/bfin/Makefile.arch @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := bsdsetjmp.c clone.c syscall.c \ +CSRC := bsdsetjmp.c clone.c \ sram-alloc.c sram-free.c dma-memcpy.c SSRC := __longjmp.S setjmp.S bsd-_setjmp.S vfork.S |