Signed-off-by: Michael Casadevall
---
linux-user/arm/syscall_nr.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-user/arm/syscall_nr.h b/linux-user/arm/syscall_nr.h
index b1db341..79a216a 100644
--- a/linux-user/arm/syscall_nr.h
+++ b/linux-user/arm/syscall_nr.h
Signed-off-by: Michael Casadevall
---
linux-user/syscall.c | 119 ++
1 files changed, 119 insertions(+), 0 deletions(-)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 9fb493f..3663451 100644
--- a/linux-user/syscall.c
+++ b/linux
be
refactored into two common functions; if desired, I'll resubmit the patch with
said refactoring in place.
Michael Casadevall (2):
This patch adds support for the pselect syscall in linux-user
emulation and also adds several support functions required to
translate the tim