mirror of git://sourceware.org/git/glibc.git
* sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup): Mark as internal_function.
2000-12-06 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup): Mark as internal_function.
This commit is contained in:
parent
298c70f471
commit
f4abea70d9
|
@ -1,3 +1,8 @@
|
||||||
|
2000-12-06 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup): Mark
|
||||||
|
as internal_function.
|
||||||
|
|
||||||
2000-12-05 Ulrich Drepper <drepper@redhat.com>
|
2000-12-05 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/alpha/elf/start.S (__data_start): Define.
|
* sysdeps/alpha/elf/start.S (__data_start): Define.
|
||||||
|
|
|
@ -251,6 +251,7 @@ fmh(); /* XXX */
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
internal_function
|
||||||
_dl_sysdep_start_cleanup (void)
|
_dl_sysdep_start_cleanup (void)
|
||||||
{
|
{
|
||||||
/* Deallocate the reply port and task port rights acquired by
|
/* Deallocate the reply port and task port rights acquired by
|
||||||
|
|
Loading…
Reference in New Issue