svn commit: r264042 - in head: include lib/libc/gen lib/libc/include lib/libc/stdlib

Konstantin Belousov kostikbel at gmail.com
Wed Apr 2 16:18:52 UTC 2014


On Wed, Apr 02, 2014 at 04:07:48PM +0000, David Chisnall wrote:
> Modified: head/lib/libc/gen/Symbol.map
> ==============================================================================
> --- head/lib/libc/gen/Symbol.map	Wed Apr  2 15:56:11 2014	(r264041)
> +++ head/lib/libc/gen/Symbol.map	Wed Apr  2 16:07:48 2014	(r264042)
> @@ -349,6 +349,7 @@ FBSD_1.1 {
>  	posix_spawnattr_setsigdefault;
>  	posix_spawnattr_setsigmask;
>  	posix_spawnp;
> +	scandir_b;
>  	semctl;
>  	tcgetsid;
>  	tcsetsid;
This is completely wrong.  You cannot modify FreeBSD 8.x namespace in
11.x HEAD time.

Also, the ABI of the libc now depends on the compiler which was used to
build the library, which is also wrong and ugly.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20140402/bb7ae5d2/attachment.sig>


More information about the svn-src-all mailing list