Explorar el Código

* errno.inc -> cerrno.inc

peter hace 21 años
padre
commit
abf1ace89f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/base/libc/libc.pp

+ 1 - 1
packages/base/libc/libc.pp

@@ -224,7 +224,7 @@ Implementation
 
 uses kernelioctl;
 
-{$i errno.inc}        // errno.h asm/errno.h bits/errno.h macros.
+{$i cerrno.inc}        // errno.h asm/errno.h bits/errno.h macros.
 {$i time.inc}         // bits/time.h macros.
 {$i stime.inc}        // sys/time.h macros.
 {$i dirent.inc}       // dirent.h macros.