Browse Source

* errno.inc -> cerrno.inc

peter 20 years ago
parent
commit
abf1ace89f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/base/libc/libc.pp

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

@@ -224,7 +224,7 @@ Implementation
 
 
 uses kernelioctl;
 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 time.inc}         // bits/time.h macros.
 {$i stime.inc}        // sys/time.h macros.
 {$i stime.inc}        // sys/time.h macros.
 {$i dirent.inc}       // dirent.h macros.
 {$i dirent.inc}       // dirent.h macros.