Skip to content

Commit

Permalink
* hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
Browse files Browse the repository at this point in the history
	_hurd_port_init, and __hurd_self_sigstate.
  • Loading branch information
Roland McGrath committed Dec 22, 2001
1 parent 4313404 commit a5eb702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
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.
* hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set
and __hurd_self_sigstate.

2001-12-21 Andreas Jaeger <aj@suse.de>

Expand Down
3 changes: 2 additions & 1 deletion hurd/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@ libc {
GLIBC_2.2.5 {
# These always existed as inlines but the real functions were not exported.
__hurd_fail;
__hurd_self_sigstate;
_hurd_self_sigstate;

# Same for these "quasi-internal" functions
_hurd_port_init;
_hurd_port_set;

# internal symbols used by other libraries (e.g. librt)
Expand Down

0 comments on commit a5eb702

Please sign in to comment.