about summary refs log tree commit diff
path: root/sysdeps/generic/ldsodefs.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-14 12:57:50 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-14 15:08:48 +0200
commitb3f85fd2e43b1d69384396a6d99fa2135dbf46e3 (patch)
treea2f23e7f5247f1737c29ee348b23df26f92342f8 /sysdeps/generic/ldsodefs.h
parent630bf4916f10bdba28a99480ef32170b977ea5fc (diff)
downloadglibc-b3f85fd2e43b1d69384396a6d99fa2135dbf46e3.tar.gz
glibc-b3f85fd2e43b1d69384396a6d99fa2135dbf46e3.tar.xz
glibc-b3f85fd2e43b1d69384396a6d99fa2135dbf46e3.zip
_dl_init: Remove internal_function attribute
The function is called from the i386 startup code, which needs minor
adjustments due to the changed ABI.
Diffstat (limited to 'sysdeps/generic/ldsodefs.h')
-rw-r--r--sysdeps/generic/ldsodefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index 4540096688..49e673dd24 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -964,7 +964,7 @@ extern int _dl_check_map_versions (struct link_map *map, int verbose,
 /* Initialize the object in SCOPE by calling the constructors with
    ARGC, ARGV, and ENV as the parameters.  */
 extern void _dl_init (struct link_map *main_map, int argc, char **argv,
-		      char **env) internal_function attribute_hidden;
+		      char **env) attribute_hidden;
 
 /* Call the finalizer functions of all shared objects whose
    initializer functions have completed.  */