unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: libc-alpha@sourceware.org
Cc: commit-hurd@gnu.org
Subject: [hurd,commited] hurd: Add missing hidden def
Date: Thu,  6 Aug 2020 20:14:34 +0200	[thread overview]
Message-ID: <20200806181434.858443-1-samuel.thibault@ens-lyon.org> (raw)

* 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


                 reply	other threads:[~2020-08-06 18:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/libc/involved.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200806181434.858443-1-samuel.thibault@ens-lyon.org \
    --to=samuel.thibault@ens-lyon.org \
    --cc=commit-hurd@gnu.org \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).