Changeset 3910 in MondoRescue for branches/3.3/mindi-busybox/libbb
- Timestamp:
- May 8, 2025, 5:24:25 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mindi-busybox/libbb/missing_syscalls.c
r3621 r3910 15 15 { 16 16 return syscall(__NR_getsid, pid); 17 }18 19 int stime(const time_t *t)20 {21 struct timeval tv;22 tv.tv_sec = *t;23 tv.tv_usec = 0;24 return settimeofday(&tv, NULL);25 17 } 26 18
Note:
See TracChangeset
for help on using the changeset viewer.