This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 01/13] Installed-header hygiene (BZ#20366): obsolete BSD u_* types.


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


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