Re: [PATCH] UAPI: Strip the _UAPI prefix from header guards during header installation

2012-11-20 Thread Josh Boyer
On Tue, Nov 13, 2012 at 9:26 AM, David Howells wrote: > Strip the _UAPI prefix from header guards during header installation so that > any userspace dependencies aren't affected. glibc, for example, checks for > linux/types.h, linux/kernel.h, linux/compiler.h and linux/list.h by their > guards -

[PATCH] UAPI: Strip the _UAPI prefix from header guards during header installation

2012-11-13 Thread David Howells
Strip the _UAPI prefix from header guards during header installation so that any userspace dependencies aren't affected. glibc, for example, checks for linux/types.h, linux/kernel.h, linux/compiler.h and linux/list.h by their guards - though the last two aren't actually exported. libtool: