[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r22188 - in /fsf/glibc-2_17-branch/libc: ChangeLog sysdeps/unix/sysv/linux/bits/socket.h



Author: eglibc
Date: Sat Jan 12 00:04:18 2013
New Revision: 22188

Log:
Import glibc-2.17 for 2013-01-12

Modified:
    fsf/glibc-2_17-branch/libc/ChangeLog
    fsf/glibc-2_17-branch/libc/sysdeps/unix/sysv/linux/bits/socket.h

Modified: fsf/glibc-2_17-branch/libc/ChangeLog
==============================================================================
--- fsf/glibc-2_17-branch/libc/ChangeLog (original)
+++ fsf/glibc-2_17-branch/libc/ChangeLog Sat Jan 12 00:04:18 2013
@@ -1,3 +1,9 @@
+2013-01-11  Andreas Jaeger  <aj@xxxxxxx>
+
+	[BZ #15003]
+	* sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
+	value. Sync with Linux 3.7.
+
 2013-01-09  David S. Miller  <davem@xxxxxxxxxxxxx>
 
 	[BZ# 15003]

Modified: fsf/glibc-2_17-branch/libc/sysdeps/unix/sysv/linux/bits/socket.h
==============================================================================
--- fsf/glibc-2_17-branch/libc/sysdeps/unix/sysv/linux/bits/socket.h (original)
+++ fsf/glibc-2_17-branch/libc/sysdeps/unix/sysv/linux/bits/socket.h Sat Jan 12 00:04:18 2013
@@ -1,6 +1,5 @@
 /* System-specific socket constants and types.  Linux version.
-   Copyright (C) 1991, 1992, 1994-2001, 2004, 2006-2010, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1991-2013 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -208,6 +207,8 @@
 #define	MSG_MORE	MSG_MORE
     MSG_WAITFORONE	= 0x10000, /* Wait for at least one packet to return.*/
 #define MSG_WAITFORONE	MSG_WAITFORONE
+    MSG_FASTOPEN	= 0x20000000, /* Send data in TCP SYN.  */
+#define MSG_FASTOPEN	MSG_FASTOPEN
 
     MSG_CMSG_CLOEXEC	= 0x40000000	/* Set close_on_exit for file
 					   descriptor received through

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits