commit | 081533c10048365a2a8ffd2456af81765d402810 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Mar 17 02:17:51 2012 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Mar 17 02:17:51 2012 +0100 |
tree | 580067a95166009f04f4a2918e8e94df999a023b | |
parent | 2897fb3437eb27897b23a2e894a214e6d7c3b362 [diff] |
Move change_syscall() to its only user and make it static * defs.h: Remove declaration of change_syscall(). * process.c (change_syscall): Remove definition of this function. * util.c (change_syscall): Add definition of change_syscall(). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>