瀏覽代碼

* errno.inc -> cerrno.inc

peter 20 年之前
父節點
當前提交
abf1ace89f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.