]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[hurd] Drop spurious #ifdef SHARED
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 15 Jan 2022 13:23:37 +0000 (14:23 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 15 Jan 2022 13:23:37 +0000 (14:23 +0100)
The whole file is already #ifdef SHARED

sysdeps/mach/hurd/dl-sysdep.c

index 51c7bc3e88238c6a1b9b69660d6bbd0687c73740..b6256a2c0e6a399cf45e95bfcd3710a7bbd1aad9 100644 (file)
@@ -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)