From 03cc2041fc21889ca2256d0f1de76683bed4e94e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 14 Apr 2015 23:58:41 +0200 Subject: librt: Add missing __dso_handle Signed-off-by: Bernhard Reutner-Fischer --- librt/dso_handle.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 librt/dso_handle.c (limited to 'librt/dso_handle.c') 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; -- cgit v1.2.3