Hi Hardik, On Fri, Oct 24, 2014 at 12:42:39PM +0800, hardik gohil wrote: > I am trying to understand busybox/coreutils/date.c file. > > what I understood is whenever i set time from user space using date > command,internally stime() gets called defined in date.c > > Can any one help me where definition of stime() is defined.
stime(2) is a system call. See its man page at http://man7.org/linux/man-pages/man2/stime.2.html. baruch -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - [email protected] - tel: +972.2.679.5364, http://www.tkos.co.il - _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
