commit | aaeb012fe4700cb808562c2daf7ccc464e7f18cf | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Mon May 02 16:52:19 2011 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Wed May 04 14:41:28 2011 -0400 |
tree | c46c547b8cc287acad328c2c937485349a0df456 | |
parent | d07bd86d82622247dba8cc29974d3860f857ea33 [diff] |
audit: support the "standard" <asm-generic/unistd.h> 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>