Explorar el Código

This was violating policy and using a kernel header file...
-Erik

Eric Andersen hace 23 años
padre
commit
4a7511c316
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/sysdeps/linux/arm/vfork.S

+ 1 - 1
libc/sysdeps/linux/arm/vfork.S

@@ -21,7 +21,7 @@
  *
  */
 
-#include <linux/errno.h>
+#include <asm/errno.h>
 #include <asm/unistd.h>