]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/socket.h
V4L/DVB (8960): drivers/media/video/cafe_ccic.c needs mm.h
[linux-2.6-omap-h63xx.git] / include / asm-parisc / socket.h
index 69a7a0d30b025335f927979f1eb14e7750d3c09a..fba402c95ac2d403856e141508453646c3a38b5e 100644 (file)
@@ -54,4 +54,9 @@
 
 #define SO_MARK                        0x401f
 
+/* O_NONBLOCK clashes with the bits used for socket types.  Therefore we
+ * have to define SOCK_NONBLOCK to a different value here.
+ */
+#define SOCK_NONBLOCK   0x40000000
+
 #endif /* _ASM_SOCKET_H */