From 104c16c8bfcb4dc9b3844dfcdd10668cd61f9942 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 9 Oct 2020 16:08:19 +0000 Subject: Partly revert previous commit, these changes we not supposed to go in. --- lib/libc/dlfcn/dlfcn_stubs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/dlfcn') diff --git a/lib/libc/dlfcn/dlfcn_stubs.c b/lib/libc/dlfcn/dlfcn_stubs.c index 6359d1815a8..f0a8093eda3 100644 --- a/lib/libc/dlfcn/dlfcn_stubs.c +++ b/lib/libc/dlfcn/dlfcn_stubs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dlfcn_stubs.c,v 1.16 2020/10/09 16:01:48 otto Exp $ */ +/* $OpenBSD: dlfcn_stubs.c,v 1.17 2020/10/09 16:08:18 otto Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -103,7 +103,6 @@ dladdr(const void *addr, struct dl_info *info) printf("Wrong dl symbols!\n"); return -1; } -DEF_WEAK(dladdr); #if 0 /* Thread Local Storage argument structure */ -- cgit v1.2.3