commit | 4b4665e13cef9ba66f3ce53548e6bf49530de2e5 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Mar 18 15:35:57 2014 -0400 |
committer | Eric Paris <eparis@redhat.com> | Tue Sep 23 16:20:02 2014 -0400 |
tree | e828b599ea2ab67007025e25a19bd025a674bade | |
parent | 37d181bbfe387346b00bd722acfdf93685ac73b3 [diff] |
UM: implement syscall_get_arch() This patch defines syscall_get_arch() for the um platform. It adds a new syscall.h header file to define this. It copies the HOST_AUDIT_ARCH definition from ptrace.h. (that definition will be removed when we switch audit to use this new syscall_get_arch() function) Based-on-patch-by: Richard Briggs <rgb@redhat.com> Signed-off-by: Eric Paris <eparis@redhat.com> Cc: user-mode-linux-devel@lists.sourceforge.net