[COMMITTED PATCH] NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.

Joseph S. Myers joseph@codesourcery.com
Tue Oct 21 00:44:00 GMT 2014


On Mon, 20 Oct 2014, Roland McGrath wrote:

> 	* nptl/version.c (__nptl_main): Use normal __write rather than
> 	INTERNAL_SYSCALL.
> 	(banner): Update copyright years.

I'm seeing elf/check-localplt failing on x86_64 with

Extra PLT reference: libpthread.so: __write

(I haven't checked that this patch is responsible, but it seems likely; 
__write only uses libc_hidden_proto in include/unistd.h so an internal 
symbol name won't be used here, and __write is exported from libpthread).

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list