25 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
		
		
			
		
	
	
			25 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
|   | diff -Nru eglibc-2.15-16611/libc/include/libc-symbols.h eglibc-2.15-16611-rasm/libc/include/libc-symbols.h
 | ||
|  | --- eglibc-2.15-16611/libc/include/libc-symbols.h	2012-01-09 21:16:30.000000000 +0000
 | ||
|  | +++ eglibc-2.15-16611-rasm/libc/include/libc-symbols.h	2012-01-10 23:37:36.863616530 +0000
 | ||
|  | @@ -647,7 +647,7 @@
 | ||
|  |  # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ||
|  |  # define libc_hidden_def(name) hidden_def (name) | ||
|  |  # define libc_hidden_weak(name) hidden_weak (name) | ||
|  | -# define libc_hidden_nolink(name, version) hidden_nolink (name, libc, version)
 | ||
|  | +# define libc_hidden_nolink(name, version) hidden_def (name)
 | ||
|  |  # define libc_hidden_ver(local, name) hidden_ver (local, name) | ||
|  |  # define libc_hidden_data_def(name) hidden_data_def (name) | ||
|  |  # define libc_hidden_data_weak(name) hidden_data_weak (name) | ||
|  | diff -Nru eglibc-2.15-16611/libc/sunrpc/Makefile eglibc-2.15-16611-rasm/libc/sunrpc/Makefile
 | ||
|  | --- eglibc-2.15-16611/libc/sunrpc/Makefile	2012-01-09 21:16:30.000000000 +0000
 | ||
|  | +++ eglibc-2.15-16611-rasm/libc/sunrpc/Makefile	2012-01-10 23:38:14.574076188 +0000
 | ||
|  | @@ -55,7 +55,7 @@
 | ||
|  |  				    des_crypt.h) | ||
|  |  headers-not-in-tirpc = $(addprefix rpc/,key_prot.h rpc_des.h) \ | ||
|  |  		       $(rpcsvc:%=rpcsvc/%) rpcsvc/bootparam.h | ||
|  | -headers = rpc/netdb.h
 | ||
|  | +headers = rpc/netdb.h $(headers-in-tirpc) $(headers-not-in-tirpc)
 | ||
|  |  generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \ | ||
|  |  	    $(rpcsvc:%.x=rpcsvc/%.stmp) rpcgen | ||
|  |  generated-dirs := rpcsvc |