On 20 Oct 2022 09:32, Tsukasa OI wrote: > 1. Some header files were missing this looks fine > 2. syslog function must be called as a syscall rather than POSIX syslog > because we are emulating Linux system calls on the Linux host. i don't think that is accurate. if that were true, every other call in here would be using syscall() instead of calling the C library functions. > 3. ftime function is deprecated but used intentionally. > We have to disable deprecated function warning. this looks fine -mike