Elliott Hughes 21972b61ec syscall(3)'s return type should be long.
This doesn't require us to change any of the syscall implementations
because (a) the LP32 ones have sizeof(int) == sizeof(long) anyway,
which is how we never noticed this bug before and (b) the LP64 ones
all use a 64-bit register for the result (and for the syscall number
too).

Bug: https://code.google.com/p/android/issues/detail?id=73952
Change-Id: I9866c3579a7a94de27bfbe80ad7a822c3183c7fb
2014-07-28 12:33:07 -07:00
..
2014-07-11 09:28:53 -07:00
2014-07-24 18:04:21 +00:00
2014-07-22 20:21:31 -07:00
2014-07-28 09:43:21 -07:00
2014-06-13 10:55:19 -07:00
2014-07-24 14:55:29 -07:00
2014-07-24 14:55:29 -07:00