Prechádzať zdrojové kódy

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

Eric Andersen 23 rokov pred
rodič
commit
4a7511c316
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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>