mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
hurd: Add missing symbols
* sysdeps/mach/hurd/i386/exc2signal.c (_hurd_exception2signal): Add hidden def. * mach/spin-lock.c (__mutex_unlock): Add hidden def.
This commit is contained in:
parent
e8ef51b171
commit
ff297b70b5
@ -39,6 +39,9 @@
|
|||||||
ifname is too long.
|
ifname is too long.
|
||||||
* hurd/hurdsig.c (interrupted_reply_port_location): Use
|
* hurd/hurdsig.c (interrupted_reply_port_location): Use
|
||||||
DIAG_IGNORE_NEEDS_COMMENT to silence warning with GCC 6 and before.
|
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>
|
2018-04-03 Wilco Dijkstra <wdijkstr@arm.com>
|
||||||
|
|
||||||
|
@ -12,4 +12,5 @@ weak_alias (__spin_unlock, spin_unlock);
|
|||||||
libc_hidden_def (__spin_try_lock);
|
libc_hidden_def (__spin_try_lock);
|
||||||
weak_alias (__spin_try_lock, spin_try_lock);
|
weak_alias (__spin_try_lock, spin_try_lock);
|
||||||
libc_hidden_def (__mutex_lock);
|
libc_hidden_def (__mutex_lock);
|
||||||
|
libc_hidden_def (__mutex_unlock);
|
||||||
libc_hidden_def (__mutex_trylock);
|
libc_hidden_def (__mutex_trylock);
|
||||||
|
@ -163,3 +163,4 @@ _hurd_exception2signal (struct hurd_signal_detail *detail, int *signo)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
libc_hidden_def (_hurd_exception2signal)
|
||||||
|
Loading…
Reference in New Issue
Block a user