This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [PATCH v2 1/7] common: add scoped_fd


> -----Original Message-----
> From: Yao Qi [mailto:qiyaoltc@gmail.com]
> Sent: 20 February 2018 12:10
> To: Metzger, Markus T <markus.t.metzger@intel.com>
> Cc: Eli Zaretskii (eliz@gnu.org) <eliz@gnu.org>; GDB Patches <gdb-
> patches@sourceware.org>
> Subject: Re: [PATCH v2 1/7] common: add scoped_fd
> 
> On Tue, Feb 20, 2018 at 10:46 AM, Metzger, Markus T
> <markus.t.metzger@intel.com> wrote:
> > ---
> > diff --git a/gdb/gnulib/update-gnulib.sh b/gdb/gnulib/update-gnulib.sh
> > index 55cd6e0..d026536 100755
> > --- a/gdb/gnulib/update-gnulib.sh
> > +++ b/gdb/gnulib/update-gnulib.sh
> > @@ -59,6 +59,7 @@ IMPORTED_GNULIB_MODULES="\
> >      update-copyright \
> >      wchar \
> >      wctype-h \
> > +    mkstemp \
> >  "
> >
> 
> We should keep IMPORTED_GNULIB_MODULES in alphabetical order.
> Otherwise, patch is good to me.

Pushed.

Thanks,
Markus.
Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928

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