Ryan Johnson
2014-07-12 17:53:39 UTC
Hi all,
Please CC me in replies, I'm no longer a list member.
I recently tried to use <sys/dirent.h> in a C++ program and got linker
errors. Turns out the header is neither C++-aware (extern "C") nor
cygwin-aware (_EXFUN).
The attached patch fixes the problem for me.
Regards,
Ryan
Please CC me in replies, I'm no longer a list member.
I recently tried to use <sys/dirent.h> in a C++ program and got linker
errors. Turns out the header is neither C++-aware (extern "C") nor
cygwin-aware (_EXFUN).
The attached patch fixes the problem for me.
Regards,
Ryan