diff options
Diffstat (limited to 'arch/parisc/include/uapi/asm/errno.h')
-rw-r--r-- | arch/parisc/include/uapi/asm/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/uapi/asm/errno.h b/arch/parisc/include/uapi/asm/errno.h index f3a8aa554841..c0ae62520d15 100644 --- a/arch/parisc/include/uapi/asm/errno.h +++ b/arch/parisc/include/uapi/asm/errno.h | |||
@@ -106,7 +106,7 @@ | |||
106 | 106 | ||
107 | #define EALREADY 244 /* Operation already in progress */ | 107 | #define EALREADY 244 /* Operation already in progress */ |
108 | #define EINPROGRESS 245 /* Operation now in progress */ | 108 | #define EINPROGRESS 245 /* Operation now in progress */ |
109 | #define EWOULDBLOCK 246 /* Operation would block (Linux returns EAGAIN) */ | 109 | #define EWOULDBLOCK EAGAIN /* Operation would block (Not HPUX compliant) */ |
110 | #define ENOTEMPTY 247 /* Directory not empty */ | 110 | #define ENOTEMPTY 247 /* Directory not empty */ |
111 | #define ENAMETOOLONG 248 /* File name too long */ | 111 | #define ENAMETOOLONG 248 /* File name too long */ |
112 | #define ELOOP 249 /* Too many symbolic links encountered */ | 112 | #define ELOOP 249 /* Too many symbolic links encountered */ |