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.