Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ASM_SOCKET_H |
| 2 | #define _ASM_SOCKET_H |
| 3 | |
David Howells | 96433f6e | 2012-12-17 13:47:09 +0000 | [diff] [blame] | 4 | #include <uapi/asm/socket.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
Ulrich Drepper | aaca0bd | 2008-07-23 21:29:20 -0700 | [diff] [blame] | 6 | /* O_NONBLOCK clashes with the bits used for socket types. Therefore we |
| 7 | * have to define SOCK_NONBLOCK to a different value here. |
| 8 | */ |
| 9 | #define SOCK_NONBLOCK 0x40000000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #endif /* _ASM_SOCKET_H */ |