unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] 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: libc-alpha; +Cc: commit-hurd

* sysdeps/mach/hurd/sched_gets.c (__sched_getscheduler): Add hidden def.
---
 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)
-- 
2.27.0


^ permalink raw reply related	[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 [hurd,commited] 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).