public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Add missing hidden def
@ 2020-08-06 18:14 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2020-08-06 18:14 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4ebd73d43f73702301640baecca35458a327996d

commit 4ebd73d43f73702301640baecca35458a327996d
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Aug 6 20:10:58 2020 +0200

    hurd: Add missing hidden def
    
    * sysdeps/mach/hurd/sched_gets.c (__sched_getscheduler): Add hidden def.

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

diff --git a/sysdeps/mach/hurd/sched_gets.c b/sysdeps/mach/hurd/sched_gets.c
index 9fe31ce79e..af1fc80487 100644
--- a/sysdeps/mach/hurd/sched_gets.c
+++ b/sysdeps/mach/hurd/sched_gets.c
@@ -27,4 +27,5 @@ __sched_getscheduler (pid_t pid)
 {
   return SCHED_OTHER;
 }
+libc_hidden_def (__sched_getscheduler)
 weak_alias (__sched_getscheduler, sched_getscheduler)


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

only message in thread, other threads:[~2020-08-06 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 18:14 [glibc] hurd: Add missing hidden def Samuel Thibault

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