|
@@ -106,7 +106,7 @@
|
|
|
|
|
|
#define EALREADY 244 /* Operation already in progress */
|
|
#define EALREADY 244 /* Operation already in progress */
|
|
#define EINPROGRESS 245 /* Operation now in progress */
|
|
#define EINPROGRESS 245 /* Operation now in progress */
|
|
-#define EWOULDBLOCK 246 /* Operation would block (Linux returns EAGAIN) */
|
|
|
|
|
|
+#define EWOULDBLOCK EAGAIN /* Operation would block (Not HPUX compliant) */
|
|
#define ENOTEMPTY 247 /* Directory not empty */
|
|
#define ENOTEMPTY 247 /* Directory not empty */
|
|
#define ENAMETOOLONG 248 /* File name too long */
|
|
#define ENAMETOOLONG 248 /* File name too long */
|
|
#define ELOOP 249 /* Too many symbolic links encountered */
|
|
#define ELOOP 249 /* Too many symbolic links encountered */
|