diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-01-28 20:53:19 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-01-28 21:28:27 +0100 |
commit | 83ce0cc4d5e93549f0a9447a9bd6b051f5f1b62f (patch) | |
tree | fc1e4e1efccce371cbbbb194e346d1bd55df8479 /libc/sysdeps/linux/mips | |
parent | 219aa9c2dd24ea8b8f5c418d85865a0b30ff3fc9 (diff) |
buildsys: fixup sigaction handling
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/mips')
-rw-r--r-- | libc/sysdeps/linux/mips/Makefile.arch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/mips/Makefile.arch b/libc/sysdeps/linux/mips/Makefile.arch index 8bbc0bc19..738cdd0f5 100644 --- a/libc/sysdeps/linux/mips/Makefile.arch +++ b/libc/sysdeps/linux/mips/Makefile.arch @@ -7,7 +7,7 @@ CSRC := \ __longjmp.c brk.c setjmp_aux.c mmap.c \ - cacheflush.c pread_write.c sysmips.c _test_and_set.c \ + cacheflush.c pread_write.c sigaction.c sysmips.c _test_and_set.c \ readahead.c SSRC := bsd-_setjmp.S bsd-setjmp.S setjmp.S syscall.S pipe.S syscall_error.S @@ -17,7 +17,6 @@ CSRC += posix_fadvise.c posix_fadvise64.c endif ifneq ($(UCLIBC_HAS_THREADS_NATIVE),y) -CSRC += sigaction.c SSRC += vfork.S clone.S endif |