[PATCH 01/13] Installed-header hygiene (BZ#20366): obsolete BSD u_* types.

Joseph Myers joseph@codesourcery.com
Tue Aug 30 01:22:00 GMT 2016


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



More information about the Libc-alpha mailing list