This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v5] Add pretty printers for the NPTL lock types
- From: Siddhesh Poyarekar <sid at reserved-bit dot com>
- To: Martin Galvan <martin dot galvan at tallertechnologies dot com>
- Cc: libc-alpha at sourceware dot org, Carlos O'Donell <carlos at redhat dot com>, Tom Tromey <tom at tromey dot com>, Daniel Gutson <daniel dot gutson at tallertechnologies dot com>, Roland McGrath <roland at hack dot frob dot com>
- Date: Wed, 13 Apr 2016 00:26:26 +0530
- Subject: Re: [PATCH v5] Add pretty printers for the NPTL lock types
- Authentication-results: sourceware.org; auth=none
- References: <CAOKbPbY87ATbCF=W-6+26vfjw1mkt8aX6TuKLWBB3BANW8N8oQ at mail dot gmail dot com> <1460472939-9725-1-git-send-email-martin dot galvan at tallertechnologies dot com> <20160412155919 dot GG30851 at devel dot intra dot reserved-bit dot com> <CAOKbPbbfGXQMnoNBDbMcJKO5rgK-Fipx+1rYHvdynjeke5Jeww at mail dot gmail dot com>
On Tue, Apr 12, 2016 at 03:47:44PM -0300, Martin Galvan wrote:
> I thought it was mandatory to align the parameters to a function so
> that they start at the same column in their respective lines. If it's
> not, I can simply do:
It is mandatory, my example auto-wrapped at 72 lines because my email
client is set up to do that.
Siddhesh