public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] hurd: Add missing symbols
@ 2018-04-04  0:18 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2018-04-04  0:18 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault

	* 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

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

only message in thread, other threads:[~2018-04-04  0:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-04  0:18 [hurd,commited] hurd: Add missing symbols 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).