diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-23 21:34:39 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-23 21:34:39 +0000 |
commit | db25758fbd8534410e990bc32aabd24d7788075c (patch) | |
tree | 499971daa5826cd5721f4e576151a1ac25447c15 /libc/sysdeps/linux/sh/Makefile.arch | |
parent | 9b92b36b830fcab65e8cb700ef26620d47d3879c (diff) |
longjmp missed, remove sh version, it's the same as the generic one
Diffstat (limited to 'libc/sysdeps/linux/sh/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/sh/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/Makefile.arch b/libc/sysdeps/linux/sh/Makefile.arch index fa1a49543..77ad570d6 100644 --- a/libc/sysdeps/linux/sh/Makefile.arch +++ b/libc/sysdeps/linux/sh/Makefile.arch @@ -7,7 +7,7 @@ # CSRC := \ - mmap.c longjmp.c pipe.c __init_brk.c brk.c sbrk.c syscall.c pread_write.c + mmap.c pipe.c __init_brk.c brk.c sbrk.c syscall.c pread_write.c SSRC := setjmp.S __longjmp.S vfork.S clone.S ___fpscr_values.S |