mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-13 03:22:30 +03:00
* hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
_hurd_port_init, and __hurd_self_sigstate.
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
2001-12-22 Roland McGrath <roland@frob.com>
|
2001-12-22 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
|
* hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
|
||||||
|
_hurd_port_init, and __hurd_self_sigstate.
|
||||||
|
|
||||||
* mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
|
* mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
|
||||||
* hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set
|
|
||||||
and __hurd_self_sigstate.
|
|
||||||
|
|
||||||
2001-12-21 Andreas Jaeger <aj@suse.de>
|
2001-12-21 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
@@ -138,9 +138,10 @@ libc {
|
|||||||
GLIBC_2.2.5 {
|
GLIBC_2.2.5 {
|
||||||
# These always existed as inlines but the real functions were not exported.
|
# These always existed as inlines but the real functions were not exported.
|
||||||
__hurd_fail;
|
__hurd_fail;
|
||||||
__hurd_self_sigstate;
|
_hurd_self_sigstate;
|
||||||
|
|
||||||
# Same for these "quasi-internal" functions
|
# Same for these "quasi-internal" functions
|
||||||
|
_hurd_port_init;
|
||||||
_hurd_port_set;
|
_hurd_port_set;
|
||||||
|
|
||||||
# internal symbols used by other libraries (e.g. librt)
|
# internal symbols used by other libraries (e.g. librt)
|
||||||
|
Reference in New Issue
Block a user