netbsd: restore getmntinfo link symbol.#5251
Conversation
fbb250e to
9ad91c6
Compare
|
Some changes occurred in a NetBSD-like module cc @semarie |
There was a problem hiding this comment.
I'll wait on @0323pin to ack but this LGTM, thank you and sorry for the confusion.
Were you able to test whether this fixes bottom?
|
@tgross35 : They are showing up correctly. In my previous attempt I was in the wrong branch and compiled the wrong code. |
I think I'm fine with this. |
This was on |

Description
Restore the link symbol for
getmntinfoaccidentally reverted in 1816f6061Sources
__getmntinfo13implementation: https://github.com/NetBSD/src/blob/b28c8b71e96a8bf47113b3e31dcb078887e82f01/lib/libc/compat/gen/compat___getmntinfo13.cstatvfsstruct: https://github.com/NetBSD/src/blob/b28c8b71e96a8bf47113b3e31dcb078887e82f01/sys/compat/sys/statvfs.h#L37Checklist
libc-test/semverhave been updated*LASTor*MAXareincluded (see #3131)
cd libc-test && cargo test --target mytarget);especially relevant for platforms that may not be checked in CI
@rustbot label +stable-nominated