You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
path currently has a bunch of architecture-specific functions for creating a zeroed-out libc::stat. It looks like I have to copy this into my path rewrite as well. It would be a lot cleaner if libc::stat simply derived Default instead.
The text was updated successfully, but these errors were encountered:
path currently has a bunch of architecture-specific functions for creating a zeroed-out
libc::stat
. It looks like I have to copy this into my path rewrite as well. It would be a lot cleaner iflibc::stat
simply derivedDefault
instead.The text was updated successfully, but these errors were encountered: