This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Create more sockets with SOCK_CLOEXEC [BZ #15722]
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Wed, 19 Apr 2017 15:19:01 +0000
- Subject: Re: [PATCH] Create more sockets with SOCK_CLOEXEC [BZ #15722]
- Authentication-results: sourceware.org; auth=none
- References: <20170418184058.04B574126BF74@oldenburg.str.redhat.com>
On Tue, 18 Apr 2017, Florian Weimer wrote:
> diff --git a/inet/rcmd.c b/inet/rcmd.c
> index b7cc7a8..e43d4af 100644
> --- a/inet/rcmd.c
> +++ b/inet/rcmd.c
> @@ -383,6 +383,7 @@ rresvport_af (int *alport, sa_family_t family)
> __set_errno (EAFNOSUPPORT);
> return -1;
> }
> + /* NB: No SOCK_CLOXEC for backwards compatibility. */
"CLOXEC" typo, repeated elsewhere in this patch.
--
Joseph S. Myers
joseph@codesourcery.com