diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 16:59:37 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 16:59:37 +0200 |
commit | 17e00cc69eac2ec10ac69a3f85db0dffc9d73845 (patch) | |
tree | 191b439f8d7fd543620e503117dea86e0e37ac68 /sysdeps/mach | |
parent | 8d2f9410d5f93e0ca15c9efe48a97d04726152c2 (diff) | |
download | glibc-17e00cc69eac2ec10ac69a3f85db0dffc9d73845.tar glibc-17e00cc69eac2ec10ac69a3f85db0dffc9d73845.tar.gz glibc-17e00cc69eac2ec10ac69a3f85db0dffc9d73845.tar.bz2 glibc-17e00cc69eac2ec10ac69a3f85db0dffc9d73845.zip |
elf: Remove internal_function attribute
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/dl-sysdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c index 3794aed521..6d5c1abf83 100644 --- a/sysdeps/mach/hurd/dl-sysdep.c +++ b/sysdeps/mach/hurd/dl-sysdep.c @@ -277,7 +277,6 @@ fmh(); /* XXX */ } void -internal_function _dl_sysdep_start_cleanup (void) { /* Deallocate the reply port and task port rights acquired by @@ -645,7 +644,6 @@ _hurd_intr_rpc_mach_msg (mach_msg_header_t *msg, void -internal_function _dl_show_auxv (void) { /* There is nothing to print. Hurd has no auxiliary vector. */ |