commit | 8238590c1dee40229ce987c2e855fc868fa923eb | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Dec 02 20:47:30 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Dec 02 20:47:30 2014 +0000 |
tree | a864ede730d8ef315610506e83bffed789da7e09 | |
parent | 6b82ba5b7f4617dab3197eb707739be51346eb82 [diff] |
Alias sys_stime to sys_time Since parsers for stime and time syscalls are identical, replace sys_stime with an alias to sys_time. * linux/dummy.h (sys_stime): Alias to sys_time. * linux/syscall.h (sys_stime): Remove. * time.c (sys_stime): Remove.