public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Simon Marchi <simon.marchi@polymtl.ca>
To: Mike Frysinger <vapier@gentoo.org>, gdb-patches@sourceware.org
Subject: Re: [PATCH 1/3] gnulib: import various network functions
Date: Tue, 7 Sep 2021 10:49:04 -0400	[thread overview]
Message-ID: <d000dd91-91c0-316b-dc35-7eaba35b1184@polymtl.ca> (raw)
In-Reply-To: <20210608051036.24813-1-vapier@gentoo.org>



On 2021-06-08 1:10 a.m., Mike Frysinger via Gdb-patches wrote:
> Some ports use these to provide networking functionality.
> ---
>  gnulib/config.in                 |   18 +
>  gnulib/configure                 | 3297 ++++++++++++++++--------------
>  gnulib/import/Makefile.am        |   60 +
>  gnulib/import/Makefile.in        |   86 +-
>  gnulib/import/accept.c           |   52 +
>  gnulib/import/bind.c             |   49 +
>  gnulib/import/connect.c          |   56 +
>  gnulib/import/listen.c           |   49 +
>  gnulib/import/m4/gnulib-cache.m4 |   12 +
>  gnulib/import/m4/gnulib-comp.m4  |   51 +
>  gnulib/import/setsockopt.c       |   65 +
>  gnulib/import/socket.c           |   53 +
>  gnulib/update-gnulib.sh          |    6 +
>  13 files changed, 2261 insertions(+), 1593 deletions(-)
>  create mode 100644 gnulib/import/accept.c
>  create mode 100644 gnulib/import/bind.c
>  create mode 100644 gnulib/import/connect.c
>  create mode 100644 gnulib/import/listen.c
>  create mode 100644 gnulib/import/setsockopt.c
>  create mode 100644 gnulib/import/socket.c

Thanks, this is OK.

Simon

      parent reply	other threads:[~2021-09-07 14:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08  5:10 Mike Frysinger
2021-06-08  5:10 ` [PATCH 2/3] sim: start unifying portability shims Mike Frysinger
2021-06-08  5:10 ` [PATCH 3/3] sim: dv-sockser: enable for mingw targets too Mike Frysinger
2021-06-08 15:43   ` John Baldwin
2021-06-08 20:58     ` Mike Frysinger
2021-09-04  7:41 ` [PATCH 1/3] gnulib: import various network functions Mike Frysinger
2021-09-07 14:49 ` Simon Marchi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d000dd91-91c0-316b-dc35-7eaba35b1184@polymtl.ca \
    --to=simon.marchi@polymtl.ca \
    --cc=gdb-patches@sourceware.org \
    --cc=vapier@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).