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
FreeBSD 12 changes the dirent structure, among other things. libc
currently binds a FreeBSD 11 ABI, but that will change some day. Tweak
rustix's dirent initialization code to work with either FreeBSD 11 or
12.
0 commit comments