asm-generic: syscall_get_nr returns int
authorRoland McGrath <roland@redhat.com>
Wed, 23 Sep 2009 02:56:50 +0000 (19:56 -0700)
committerRoland McGrath <roland@redhat.com>
Wed, 23 Sep 2009 02:56:50 +0000 (19:56 -0700)
Only 32 bits of system call number are meaningful, so make the
specification for syscall_get_nr() be to return int, not long.

Signed-off-by: Roland McGrath <roland@redhat.com>

No differences found