Re: Recent changes to sysctl.h breaks glibc

Chris Friesen (cfriesen@nortelnetworks.com)
Tue, 20 May 2003 10:01:25 -0400


Riley Williams wrote:

> First, is there anything in include/asm that is actually needed
> outside the kernel itself? There shouldn't be, and if there is,
> it needs to be moved to a header under include/linux that is
> included in the relevant include/asm file.

It's handy for stuff like getting high res timestamps without having to ifdef
the case of building on different architechtures. Also, there are files under
include/linux which end up including asm stuff in turn.

> The basic rule would be that external software can make free
> use of headers under include/linux but should never make any
> use whatsoever of headers under include/kernel or include/asm
> for any reason.

What if the include/linux files themselves make use of the asm files?

Chris

-- 
Chris Friesen                    | MailStop: 043/33/F10
Nortel Networks                  | work: (613) 765-0557
3500 Carling Avenue              | fax:  (613) 765-2986
Nepean, ON K2H 8E9 Canada        | email: cfriesen@nortelnetworks.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/