Explorar el Código

Apparently the sigaction code added was broken, as it generated illegal
instruction errors. Disable it for now.

Manuel Novoa III hace 20 años
padre
commit
8b950d0649
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/sysdeps/linux/mips/Makefile

+ 1 - 1
libc/sysdeps/linux/mips/Makefile

@@ -28,7 +28,7 @@ SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S syscall.S pipe.S
 SOBJS=$(patsubst %.S,%.o, $(SSRC))
 
 CSRC=__longjmp.c  brk.c setjmp_aux.c mmap.c __syscall_error.c \
-	cacheflush.c pread_write.c sysmips.c _test_and_set.c sigaction.c
+	cacheflush.c pread_write.c sysmips.c _test_and_set.c #sigaction.c
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 
 OBJS=$(SOBJS) $(MOBJ) $(COBJS)