public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Hurd: Add missing hidden proto definition for __ttyname_r
@ 2021-05-10  8:29 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2021-05-10  8:29 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9637e5669bcbf978cb529f2d5b04165fd1e61713

commit 9637e5669bcbf978cb529f2d5b04165fd1e61713
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon May 10 10:22:00 2021 +0200

    Hurd: Add missing hidden proto definition for __ttyname_r

Diff:
---
 sysdeps/mach/hurd/ttyname_r.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/mach/hurd/ttyname_r.c b/sysdeps/mach/hurd/ttyname_r.c
index d0b7f2a788..02123b2b47 100644
--- a/sysdeps/mach/hurd/ttyname_r.c
+++ b/sysdeps/mach/hurd/ttyname_r.c
@@ -49,5 +49,5 @@ __ttyname_r (int fd, char *buf, size_t buflen)
   memcpy (buf, nodename, len);
   return 0;
 }
-
+libc_hidden_def (__ttyname_r)
 weak_alias (__ttyname_r, ttyname_r)


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

only message in thread, other threads:[~2021-05-10  8:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10  8:29 [glibc] Hurd: Add missing hidden proto definition for __ttyname_r Florian Weimer

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).