This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Split part of sys/eventfd.h into bits/eventfd.h
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: libc-alpha at sourceware dot org, David Miller <davem at davemloft dot net>
- Date: Fri, 10 Feb 2012 14:01:50 -0800 (PST)
- Subject: Re: Split part of sys/eventfd.h into bits/eventfd.h
- References: <Pine.LNX.4.64.1202102143200.18270@digraph.polyomino.org.uk>
That seems sound to me.
I think it's nicer to 0-pad out the integer constants so that all the ones
near each other use the same number of digits. Some of the kernel headers
are consistent that way while others are not, but there's no reason not to
make ours more uniformly pleasant to read.
Thanks,
Roland