# New Ticket Created by Paul Cochrane # Please include the string: [perl #46681] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46681 >
In src/pmc/file.pmc there is the todo item: /* XXX apparently, strerror_r is thread-safe and should be used instead.*/ So, convert all instances of strerror to strerror_r and test.