public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: libc-alpha@sourceware.org
Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>
Subject: [hurd,commited] hurd: Add missing symbols
Date: Wed, 04 Apr 2018 00:18:00 -0000	[thread overview]
Message-ID: <20180404001842.18911-1-samuel.thibault@ens-lyon.org> (raw)

	* sysdeps/mach/hurd/i386/exc2signal.c (_hurd_exception2signal): Add
	hidden def.
	* mach/spin-lock.c (__mutex_unlock): Add hidden def.
---
 ChangeLog                           | 3 +++
 mach/spin-lock.c                    | 1 +
 sysdeps/mach/hurd/i386/exc2signal.c | 1 +
 3 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index cbe62ee88d..eb51a31bc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,9 @@
 	ifname is too long.
 	* hurd/hurdsig.c (interrupted_reply_port_location): Use
 	DIAG_IGNORE_NEEDS_COMMENT to silence warning with GCC 6 and before.
+	* sysdeps/mach/hurd/i386/exc2signal.c (_hurd_exception2signal): Add
+	hidden def.
+	* mach/spin-lock.c (__mutex_unlock): Add hidden def.
 
 2018-04-03  Wilco Dijkstra  <wdijkstr@arm.com>
 
diff --git a/mach/spin-lock.c b/mach/spin-lock.c
index 888eb9d708..e5c730d7fb 100644
--- a/mach/spin-lock.c
+++ b/mach/spin-lock.c
@@ -12,4 +12,5 @@ weak_alias (__spin_unlock, spin_unlock);
 libc_hidden_def (__spin_try_lock);
 weak_alias (__spin_try_lock, spin_try_lock);
 libc_hidden_def (__mutex_lock);
+libc_hidden_def (__mutex_unlock);
 libc_hidden_def (__mutex_trylock);
diff --git a/sysdeps/mach/hurd/i386/exc2signal.c b/sysdeps/mach/hurd/i386/exc2signal.c
index a7e2025ccb..57bc05df99 100644
--- a/sysdeps/mach/hurd/i386/exc2signal.c
+++ b/sysdeps/mach/hurd/i386/exc2signal.c
@@ -163,3 +163,4 @@ _hurd_exception2signal (struct hurd_signal_detail *detail, int *signo)
       break;
     }
 }
+libc_hidden_def (_hurd_exception2signal)
-- 
2.15.1

                 reply	other threads:[~2018-04-04  0:18 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

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

  git send-email \
    --in-reply-to=20180404001842.18911-1-samuel.thibault@ens-lyon.org \
    --to=samuel.thibault@ens-lyon.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).