Subject: Re: CVS commit: src/sys/compat/linux/common
To: Christos Zoulas <christos@tac.gw.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 02/24/2005 10:22:20
On Feb 24, 2005, at 8:58 AM, Christos Zoulas wrote:

> Maybe "length" instead of "count" i.e. __arraylength()
> And it probably belongs in stddef.h where offsetof() is defined.

But it's counting the number of elements in the array.

Why stddef.h?  It's not a standards-defined macro.  Or, should we also 
put __min() and __max() in stddef.h?  (That certainly would not bother 
me one bit.)

-- thorpej