public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix libnsl.so ABI issue
@ 2004-12-15 16:11 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2004-12-15 16:11 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

Hi!

Due to typo, nis_domain_of_r stopped being exported from libnsl.so.
Fixed thusly.

2004-12-15  Jakub Jelinek  <jakub@redhat.com>

	* nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,
	not libnsl_hidden_proto.

--- libc/nis/nis_domain_of_r.c.jj	2004-11-01 13:25:30.000000000 +0100
+++ libc/nis/nis_domain_of_r.c	2004-12-15 17:08:22.350059309 +0100
@@ -54,4 +54,4 @@ nis_domain_of_r (const_nis_name name, ch
 
   return memcpy (buffer, cptr, cptr_len + 1);
 }
-libnsl_hidden_proto (nis_domain_of_r)
+libnsl_hidden_def (nis_domain_of_r)

	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-15 16:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-15 16:11 [PATCH] Fix libnsl.so ABI issue Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).