Просмотр исходного кода
On HPUX-aCC, readdir_r is only declared if the option '-mt' is passed onto the aCC
compiler. Now the code detects if the multithreading option is passed by
checking if _REENTRANT is defined (in combination with __HP_aCC)
[SVN r29728]