[BACK]Return to errno.h CVS log [TXT][DIR] Up to [local] / prex-old / include / sys

Diff for /prex-old/include/sys/errno.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:44 version 1.1.1.1.2.1, 2008/08/13 17:12:27
Line 37 
Line 37 
 #ifndef _SYS_ERRNO_H_  #ifndef _SYS_ERRNO_H_
 #define _SYS_ERRNO_H_  #define _SYS_ERRNO_H_
   
 #ifndef KERNEL  
 extern int errno;                       /* global error number */  
 #endif  
   
 #define EPERM           1               /* Operation not permitted */  #define EPERM           1               /* Operation not permitted */
 #define ENOENT          2               /* No such file or directory */  #define ENOENT          2               /* No such file or directory */
 #define ESRCH           3               /* No such process */  #define ESRCH           3               /* No such process */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb