mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 1/3] bits/socket.h: Define SO_RCVBUFFORCE for mips
@ 2014-04-28  1:43 Khem Raj
  2014-04-28  1:43 ` [PATCH 2/3] Add soname to dynamic section Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Khem Raj @ 2014-04-28  1:43 UTC (permalink / raw)
  To: musl; +Cc: Khem Raj

packages like udev are using it

Signed-off-by: Khem Raj <raj.khem@gmail.com>

Upstream-Status: Pending
---
 arch/mips/bits/socket.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/bits/socket.h b/arch/mips/bits/socket.h
index ba79045..2264679 100644
--- a/arch/mips/bits/socket.h
+++ b/arch/mips/bits/socket.h
@@ -31,6 +31,7 @@ struct cmsghdr
 #define SO_RCVBUF       0x1002
 #define SO_KEEPALIVE    8
 #define SO_OOBINLINE    256
+#define SO_RCVBUFFORCE  33
 
 #define SO_NO_CHECK     11
 #define SO_PRIORITY     12
-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-04-30 18:48 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-28  1:43 [PATCH 1/3] bits/socket.h: Define SO_RCVBUFFORCE for mips Khem Raj
2014-04-28  1:43 ` [PATCH 2/3] Add soname to dynamic section Khem Raj
2014-04-28  2:00   ` Rich Felker
2014-04-28  5:02     ` Khem Raj
2014-04-28  5:54       ` Isaac Dunham
2014-04-28  6:00         ` Khem Raj
2014-04-28  6:22           ` Isaac Dunham
2014-04-28  6:32             ` Timo Teras
2014-04-28  7:20             ` Khem Raj
2014-04-28 14:28               ` Rich Felker
2014-04-28  1:43 ` [PATCH 3/3] stddef: Define max_align_t Khem Raj
2014-04-28  2:03   ` Rich Felker
2014-04-28  5:51     ` Khem Raj
2014-04-28 10:11       ` Szabolcs Nagy
2014-04-28 12:22         ` Jens Gustedt
2014-04-28 13:26           ` Szabolcs Nagy
2014-04-28 13:59             ` Jens Gustedt
2014-04-28 14:14             ` Rich Felker
2014-04-28 14:29 ` [PATCH 1/3] bits/socket.h: Define SO_RCVBUFFORCE for mips Rich Felker
2014-04-28 14:54   ` Khem Raj
2014-04-30 18:48     ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).