diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-15 12:43:14 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-15 12:43:14 -0500 |
commit | 003946e5f5ad775ef64b72176018bf918899c5d3 (patch) | |
tree | 94404f0abac8db76d2fe68f2573977be88c9d1db /librt/dso_handle.c | |
parent | dd64f5afc19274f4e92afde3d13d1e8f0d2ee2d5 (diff) | |
parent | c78cc48514723c9182a4fb5baa35bd59b8485cc7 (diff) |
merge uClibc master
Diffstat (limited to 'librt/dso_handle.c')
-rw-r--r-- | librt/dso_handle.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/librt/dso_handle.c b/librt/dso_handle.c new file mode 100644 index 000000000..633907103 --- /dev/null +++ b/librt/dso_handle.c @@ -0,0 +1,5 @@ +/* Copyright (C) 2015 Bernhard Reutner-Fischer + * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball. + */ + +const void *const __dso_handle attribute_hidden = &__dso_handle; |