K 10 svn:author V 8 deischen K 8 svn:date V 27 2006-04-01T02:56:09.000000Z K 7 svn:log V 354 Add __gdtoa to the list of FreeBSD private symbols. Unfortunately, this is used by some 3rd party applications when {e,f,g}cvt() are not found. POSIX defines the xcvt() funtions but says they are deprecated in favor or sprintf(). We'll import these functions from OpenBSD and remove __gdtoa() from the exported interfaces when libc version is bumped. END