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
..
2012-08-01 17:53:07 -07:00
2012-08-02 16:07:26 -07:00
2013-02-26 13:27:15 -08:00
2014-05-23 20:06:03 -07:00
2013-10-23 11:25:54 -07:00
2012-08-02 18:03:54 -07:00
2009-03-03 19:28:35 -08:00
2014-04-01 17:16:59 -07:00
2014-02-24 15:55:31 -08:00
2014-01-10 15:32:31 -08:00
2014-07-16 16:07:10 -07:00
2010-01-15 15:57:02 -08:00
2013-11-22 00:19:34 +04:00
2014-01-08 16:29:22 -08:00
2014-01-09 11:00:04 -08:00
2014-01-10 15:32:31 -08:00
2014-01-10 15:32:31 -08:00
2013-07-09 13:25:03 -07:00
2014-03-31 11:23:39 -07:00
2014-05-13 11:01:11 +01:00
2013-11-25 13:58:38 -08:00
2014-01-10 15:32:31 -08:00
2012-09-11 22:47:31 +03:00
2009-03-03 19:28:35 -08:00
2014-02-07 14:55:58 -08:00
2014-05-13 11:01:11 +01:00
2009-03-03 19:28:35 -08:00
2014-06-13 16:04:41 -07:00