Skip to content
Snippets Groups Projects
Commit dfda3b0d authored by bors's avatar bors
Browse files

Auto merge of #1319 - jasonbking:readdir, r=gnzlbg

This fixes issue #1318 - on Solarish systems __posix_readdir_r is only

defined for 32-bit Solarish targets.  Since rust doesn't currently support 32-bit Solarish targets, the line is both unnecessary and wrong.

As found with the latest fd binary, removing the line fixed the fd build (and fd then works as expected).
parents a79c2d4d e45fa4a2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment