>> If I recall correctly, _xu is the default on new installs, so the >> number of people who use/need c_r is declining over time. At some >> point, people using the old library will have to stop and recompile, >> somehow, won't they? > > It's default, but function implemented only in it can't be used by > applications unless implemented also in libc_r. That's how our threading > libraries switching works.
Isnt it possible to just implement dummy functions in libc_r that returns failure so the application using it can take care of it? Regards, Jonas
