patch-2.1.9 linux/include/asm-sparc/errno.h

Next file: linux/include/asm-sparc/fbio.h
Previous file: linux/include/asm-sparc/elf.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.8/linux/include/asm-sparc/errno.h linux/include/asm-sparc/errno.h
@@ -1,4 +1,4 @@
-/* $Id: errno.h,v 1.4 1995/11/25 02:31:41 davem Exp $ */
+/* $Id: errno.h,v 1.5 1996/07/13 02:05:13 tridge Exp $ */
 #ifndef _SPARC_ERRNO_H
 #define _SPARC_ERRNO_H
 
@@ -37,7 +37,7 @@
 #define	EPIPE		32	/* Broken pipe */
 #define	EDOM		33	/* Math argument out of domain of func */
 #define	ERANGE		34	/* Math result not representable */
-#define	EWOULDBLOCK	35	/* Operation would block */
+#define	EWOULDBLOCK	EAGAIN	/* Operation would block */
 #define	EINPROGRESS	36	/* Operation now in progress */
 #define	EALREADY	37	/* Operation already in progress */
 #define	ENOTSOCK	38	/* Socket operation on non-socket */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov