diff options
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 |