summaryrefslogtreecommitdiff
path: root/lib/dlsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dlsym.c')
-rw-r--r--lib/dlsym.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/dlsym.c b/lib/dlsym.c
index d2c1968..e77a591 100644
--- a/lib/dlsym.c
+++ b/lib/dlsym.c
@@ -1,3 +1,4 @@
+/*
# dlsym.c: Stub interface to dynamic linker routines that SunOS uses but didn't
# whip with 4.1.
#
@@ -16,8 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
+/*
# The C library routine wcstombs in SunOS 4.1 tries to dynamically
# load some routines using the dlsym interface, described in dlsym(3x).
# Unfortunately SunOS 4.1 does not include the necessary library, libdl.
@@ -26,6 +29,8 @@
# run even with the unresolved reference to dlsym. However, if you
# link statically, you will encounter this bug. One workaround
# is to include these stub routines when you link.
+*/
+
void *dlopen()
{