------- Comment #17 from ktietz at gcc dot gnu dot org 2009-04-21 08:49 ------- Ah, C++ makes here the trouble. We found the same issue about math.h. Here I fixed it by avoiding to define the inline functions for C++. I assumed it was fixed already, but this doesn't seem so. It seems that in C++ the meaning of inline functions in extern "C" blocks has altered by intention, or this regression still exists.
Kai -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37121