| To: | linux-kernel@vger.kernel.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] flag parameters: MIPS socket flags |
| From: | Ulrich Drepper <drepper@redhat.com> |
| Date: | Wed, 14 May 2008 01:36:55 -0400 |
| Cc: | akpm@linux-foundation.org, torvalds@linux-foundation.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
MIPS defines its own socket types. So we have to define the new socket
flags and the type mask for MIPS as well.
socket.h | 7 +++++++
1 file changed, 7 insertions(+)
Signed-off-by: Ulrich Drepper <drepper@redhat.com>
diff --git a/include/asm-mips/socket.h b/include/asm-mips/socket.h
index 63f6025..facc2d7 100644
--- a/include/asm-mips/socket.h
+++ b/include/asm-mips/socket.h
@@ -102,6 +102,13 @@ enum sock_type {
};
#define SOCK_MAX (SOCK_PACKET + 1)
+/* Mask which covers at least up to SOCK_MASK-1. The
+ * * remaining bits are used as flags. */
+#define SOCK_TYPE_MASK 0xf
+
+/* Flags for socket, socketpair, paccept */
+#define SOCK_CLOEXEC O_CLOEXEC
+#define SOCK_NONBLOCK O_NONBLOCK
#define ARCH_HAS_SOCKET_TYPES 1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: is remap_pfn_range should align to 2(n) * (page size) ?, zhuzhenhua |
|---|---|
| Next by Date: | Re: is remap_pfn_range should align to 2(n) * (page size) ?, Geert Uytterhoeven |
| Previous by Thread: | [PATCH 3/6] RTC: SWARM I2C board initialization (#3), Maciej W. Rozycki |
| Next by Thread: | [PATCH] MIPS: Remove ioctl.h content that is picked up from <asm-generic/ioctl.h>., Robert P. J. Day |
| Indexes: | [Date] [Thread] [Top] [All Lists] |