commit | 268e46712d57a6493cc0f98e7d200a0f674c31ed | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Tue Sep 22 19:56:50 2009 -0700 |
committer | Roland McGrath <roland@redhat.com> | Tue Sep 22 19:56:50 2009 -0700 |
tree | ec5c12f5fa710646482fc822b6d7d635453dd3f4 | |
parent | 7fa07729e439a6184bd824746d06a49cca553f15 [diff] |
asm-generic: syscall_get_nr returns int 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>