The syscall probes are automatically defined based off of the
syscalls.master file.  As a part of ino64, it seems that lstat() was
retired as a system call.  As you can see in lstat.c, lstat(3) is now
implemented in terms of fstatat(2), so that's what new scripts should
be used.

You can also see that syscalls.master defines a compat11 version of
lstat(), as this is necessary to maintain binary compatibility with
pre-12.0 binaries.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace
To unsubscribe, send any mail to "[email protected]"

Reply via email to