| * The symbol versioning ensures that a new application requiring symbol 'foo' |
| * can't run with old libbrary.so not providing 'foo' - the global SONAME |
| * version info can't enforce this since we never change the SONAME. |
| * The original libuuid from e2fsprogs (<=1.41.5) does not to use |
| * symbol versioning -- all the original symbols are in UUID_1.0 now. |
| * Copyright (C) 2011-2014 Karel Zak <kzak@redhat.com> |
| * version(s) since util-linux 2.20 |
| * __uuid_* this is not part of the official API, this is |
| * uuidd (uuid daemon) specific stuff. Hell. |