This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 01/13] Installed-header hygiene (BZ#20366): obsolete BSD u_* types.
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Zack Weinberg <zackw at panix dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Tue, 30 Aug 2016 01:21:47 +0000
- Subject: Re: [PATCH 01/13] Installed-header hygiene (BZ#20366): obsolete BSD u_* types.
- Authentication-results: sourceware.org; auth=none
- References: <20160830011645.25769-1-zackw@panix.com> <20160830011645.25769-2-zackw@panix.com>
On Mon, 29 Aug 2016, Zack Weinberg wrote:
> s/\b(__)?u_?short\b/unsigned short/g;
> s/\b(__)?u_?long\b/unsigned long/g;
Note that the glibc style prefers "unsigned short int" and "unsigned long
int", although of course this BSD code isn't following glibc style in
other ways.
--
Joseph S. Myers
joseph@codesourcery.com