This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 15/30] ldbl-128ibm-compat: Add syslog functions
- From: "Gabriel F. T. Gomes" <gabriel at inconstante dot net dot br>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: <libc-alpha at sourceware dot org>, Paul E Murphy <murphyp at linux dot ibm dot com>
- Date: Wed, 27 Nov 2019 16:11:59 -0300
- Subject: Re: [PATCH v2 15/30] ldbl-128ibm-compat: Add syslog functions
- References: <20191025153410.15405-1-gabriel@inconstante.net.br> <20191025153410.15405-16-gabriel@inconstante.net.br> <87zhgyb9it.fsf@oldenburg2.str.redhat.com>
On Thu, 14 Nov 2019, Florian Weimer wrote:
>Copyright year needs adjusting (twice).
Fixed.
>I don't think we will ever pass through /dev/log from the container, so
>this should work for suppressing the messages.
>
>You could also use support_become_root, and, in the child process,
>xchroot if you don't want to use the full container environment, but the
>container is okay too.
Thanks, now pushed with the copyright years fixed.