Skip to content

Commit

Permalink
2001-12-22 Roland McGrath <roland@frob.com>
Browse files Browse the repository at this point in the history
	* 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.
  • Loading branch information
Roland McGrath committed Dec 22, 2001
1 parent 53c9459 commit bb26600
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hurd/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,12 @@ libc {
hurd_directory_name_split;
}
GLIBC_2.2.5 {
# This always existed as an inline but the real function never exported.
# These always existed as inlines but the real functions were not exported.
__hurd_fail;
__hurd_self_sigstate;

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

# internal symbols used by other libraries (e.g. librt)
_hurd_raise_signal;
Expand Down
3 changes: 3 additions & 0 deletions mach/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ libc {
GLIBC_2.2.5 {
# internal functions used by other libraries (e.g. librt)
__mach_msg_destroy; __mach_reply_port;

# This was always there, but not exported as it should have been.
mig_strncpy;
}

%if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
Expand Down

0 comments on commit bb26600

Please sign in to comment.