mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-21 14:53:53 +03:00
Fix leading whitespaces.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
the version set name to use for e.g. symbols first introduced into
|
||||
libm in the GLIBC_2.1 version. Definitions of symbols with explicit
|
||||
versions should look like:
|
||||
versioned_symbol (libm, new_foo, foo, GLIBC_2_1);
|
||||
versioned_symbol (libm, new_foo, foo, GLIBC_2_1);
|
||||
This will define the symbol `foo' with the appropriate default version,
|
||||
i.e. either GLIBC_2.1 or the "earliest version" specified in
|
||||
shlib-versions if that is newer. */
|
||||
|
Reference in New Issue
Block a user