mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Remove non-ELF support
This commit is contained in:
@@ -66,7 +66,6 @@ __gnu_get_libc_version (void)
|
||||
}
|
||||
weak_alias (__gnu_get_libc_version, gnu_get_libc_version)
|
||||
|
||||
#ifdef HAVE_ELF
|
||||
/* This function is the entry point for the shared object.
|
||||
Running the library as a program will get here. */
|
||||
|
||||
@@ -77,4 +76,3 @@ __libc_main (void)
|
||||
__libc_print_version ();
|
||||
_exit (0);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user