From: Samuel Thibault Date: Sat, 15 Jan 2022 13:23:37 +0000 (+0100) Subject: [hurd] Drop spurious #ifdef SHARED X-Git-Tag: glibc-2.35~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb204d87fd7d44b90aef377e6442646d9e1318d;p=thirdparty%2Fglibc.git [hurd] Drop spurious #ifdef SHARED The whole file is already #ifdef SHARED --- diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c index 51c7bc3e882..b6256a2c0e6 100644 --- a/sysdeps/mach/hurd/dl-sysdep.c +++ b/sysdeps/mach/hurd/dl-sysdep.c @@ -105,7 +105,6 @@ _dl_sysdep_start (void **start_argptr, DL_SYSDEP_INIT; #endif -#ifdef SHARED #ifdef DL_PLATFORM_INIT DL_PLATFORM_INIT; #endif @@ -113,7 +112,6 @@ _dl_sysdep_start (void **start_argptr, /* Determine the length of the platform name. */ if (GLRO(dl_platform) != NULL) GLRO(dl_platformlen) = strlen (GLRO(dl_platform)); -#endif if (_dl_hurd_data->flags & EXEC_STACK_ARGS && _dl_hurd_data->user_entry == 0)