This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add IP_RECVFRAGSIZE from Linux 4.10


* Joseph Myers:

> Linux 4.10 adds a new IP_RECVFRAGSIZE macro to
> include/uapi/linux/in.h.  This patch adds it to glibc's
> sysdeps/unix/sysv/linux/bits/in.h.
>
> Tested for x86_64.
>
> 2017-02-21  Joseph Myers  <joseph@codesourcery.com>
>
> 	* sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.

Looks good to me.  The value is just an int, so no new data type is
needed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]