On Fri, Oct 07, 2022 at 02:37:15PM +0900, Masato Asou wrote:
> Hi tb and ports,
>
> I have adapted the system call number definition to the new syscall.h
>
> comments, ok?
Thank you!
I have tried running devel/got in valgrind and it fails because
the __realpath syscall is missing. Could this be fixed?
--59025-- WARNING: unhandled syscall: 115
--59025-- You may be able to write your own handler.
--59025-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
In sys/kern/syscalls.master:
115 STD { int sys___realpath(const char *pathname, \
char *resolved); }
No comments:
Post a Comment