Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*****************************************************************************/
|
||||
/* */
|
||||
/* errno.h */
|
||||
/* errno.h */
|
||||
/* */
|
||||
/* Error codes */
|
||||
/* Error codes */
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Data */
|
||||
/* Data */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
@@ -56,23 +56,23 @@ extern int _errno;
|
||||
|
||||
|
||||
/* Possible error codes */
|
||||
#define ENOENT 1 /* No such file or directory */
|
||||
#define ENOMEM 2 /* Out of memory */
|
||||
#define EACCES 3 /* Permission denied */
|
||||
#define ENODEV 4 /* No such device */
|
||||
#define EMFILE 5 /* Too many open files */
|
||||
#define EBUSY 6 /* Device or resource busy */
|
||||
#define EINVAL 7 /* Invalid argument */
|
||||
#define ENOSPC 8 /* No space left on device */
|
||||
#define EEXIST 9 /* File exists */
|
||||
#define EAGAIN 10 /* Try again */
|
||||
#define EIO 11 /* I/O error */
|
||||
#define EINTR 12 /* Interrupted system call */
|
||||
#define ENOSYS 13 /* Function not implemented */
|
||||
#define ESPIPE 14 /* Illegal seek */
|
||||
#define ENOENT 1 /* No such file or directory */
|
||||
#define ENOMEM 2 /* Out of memory */
|
||||
#define EACCES 3 /* Permission denied */
|
||||
#define ENODEV 4 /* No such device */
|
||||
#define EMFILE 5 /* Too many open files */
|
||||
#define EBUSY 6 /* Device or resource busy */
|
||||
#define EINVAL 7 /* Invalid argument */
|
||||
#define ENOSPC 8 /* No space left on device */
|
||||
#define EEXIST 9 /* File exists */
|
||||
#define EAGAIN 10 /* Try again */
|
||||
#define EIO 11 /* I/O error */
|
||||
#define EINTR 12 /* Interrupted system call */
|
||||
#define ENOSYS 13 /* Function not implemented */
|
||||
#define ESPIPE 14 /* Illegal seek */
|
||||
#define ERANGE 15 /* Range error */
|
||||
#define EBADF 16 /* Bad file number */
|
||||
#define EUNKNOWN 17 /* Unknown OS specific error */
|
||||
#define EUNKNOWN 17 /* Unknown OS specific error */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user