commit | c2e8b8531b162fb314434f1f2608ba1ddf46b98f | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Apr 17 07:46:07 2008 +0200 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Apr 17 07:46:59 2008 +0200 |
tree | 1725b9b14a14ac98306cd4d9e9cd2dd1e94a0b6a | |
parent | a695f16729e00995fe72baf0e8bee4bf9c232ae0 [diff] |
[S390] exec_protect: Fix incorrect extern declarations. sys_sigreturn and sys_rt_sigreturn don't take any arguments. So luckily this resulted only in unneeded instead of incorrect code. But still this clearly shows why one should not put extern declarations in C files (will be fixed with a larger sparse patch). Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>