diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2020-10-09 16:08:19 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2020-10-09 16:08:19 +0000 |
commit | 104c16c8bfcb4dc9b3844dfcdd10668cd61f9942 (patch) | |
tree | c8d72bdecf02ea26220ef24cf06576b8c3f8e368 /lib/libc/dlfcn | |
parent | 00212337527ade418f72c69283931cb92832ae82 (diff) |
Partly revert previous commit, these changes we not supposed to go in.
Diffstat (limited to 'lib/libc/dlfcn')
-rw-r--r-- | lib/libc/dlfcn/dlfcn_stubs.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |