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-05-13 18:08:29 -07:00
2014-01-03 15:58:40 -08:00
2014-07-14 15:48:02 -07:00
2014-06-06 15:05:58 -07:00
2014-06-24 19:03:31 -07:00
2010-01-15 15:57:02 -08:00
2014-02-24 20:22:11 +00:00
2009-03-03 19:28:35 -08:00
2014-06-05 23:19:15 -07:00
2014-02-10 13:31:13 -08:00
2014-04-18 21:48:57 +00:00
2010-01-15 15:01:44 -08:00
2014-07-24 14:55:29 -07:00
2014-06-06 16:49:39 -07:00
2014-01-09 13:54:49 -08:00
2014-07-21 17:16:30 -07:00
2014-06-23 08:30:40 -07:00
2010-06-11 14:39:39 -07:00
2014-03-11 19:13:25 -07:00
2014-05-06 15:44:14 +01:00
2014-04-08 19:37:38 -07:00