X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-alpha%2Fsocket.h;h=a1057c2d95e7047e06ab1c9df73392b9f49e8ab6;hb=5c402355adf8f920531f02099f4ec0d2bccd4c64;hp=1fede7f928600bd5e4b82ddbfe04c615c8f8b2f8;hpb=e0cc09e295f346b7921e921f385fe5213472316a;p=linux-2.6 diff --git a/include/asm-alpha/socket.h b/include/asm-alpha/socket.h index 1fede7f928..a1057c2d95 100644 --- a/include/asm-alpha/socket.h +++ b/include/asm-alpha/socket.h @@ -60,4 +60,11 @@ #define SO_SECURITY_ENCRYPTION_TRANSPORT 20 #define SO_SECURITY_ENCRYPTION_NETWORK 21 +#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 */