Alias sys_stime to sys_time
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 2 Dec 2014 20:47:30 +0000 (20:47 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 2 Dec 2014 20:47:30 +0000 (20:47 +0000)
commit8238590c1dee40229ce987c2e855fc868fa923eb
treea864ede730d8ef315610506e83bffed789da7e09
parent6b82ba5b7f4617dab3197eb707739be51346eb82
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.
linux/dummy.h
linux/syscall.h
time.c