audit: support the "standard" <asm-generic/unistd.h>
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 2 May 2011 20:52:19 +0000 (16:52 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 4 May 2011 18:41:28 +0000 (14:41 -0400)
Many of the syscalls mentioned in the audit code are not present
for architectures that implement only the "standard" set of
Linux syscalls (e.g. openat, but not open, etc.).  This change
adds proper #ifdefs for all those syscalls.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found