]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/socket.h
spidev: BKL removal
[linux-2.6-omap-h63xx.git] / include / asm-alpha / socket.h
index 08c9793199290fefc36f027da65f7e7e50f9cd43..a1057c2d95e7047e06ab1c9df73392b9f49e8ab6 100644 (file)
@@ -62,4 +62,9 @@
 
 #define SO_MARK                        36
 
+/* 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 */