deischen 2006-04-01 02:56:09 UTC FreeBSD src repository
Modified files: lib/libc/gdtoa Symbol.map Log: 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. Revision Changes Path 1.2 +4 -0 src/lib/libc/gdtoa/Symbol.map _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"