diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2020-10-09 16:01:49 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2020-10-09 16:01:49 +0000 |
commit | 00212337527ade418f72c69283931cb92832ae82 (patch) | |
tree | 5f50bba35e1e77c297b51b60cda82d21dccbad79 /lib/libc/hidden | |
parent | a91befe3b19919dfc36b261434d34931b88e0766 (diff) |
As noted by tb@ previous commit only removed an unused fucntion.
So redo previous commit properly:
Use random value for canary bytes; ok tb@.
Diffstat (limited to 'lib/libc/hidden')
-rw-r--r-- | lib/libc/hidden/dlfcn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hidden/dlfcn.h b/lib/libc/hidden/dlfcn.h index bb6dc23c266..e9c23a96438 100644 --- a/lib/libc/hidden/dlfcn.h +++ b/lib/libc/hidden/dlfcn.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dlfcn.h,v 1.1 2019/06/02 01:03:01 guenther Exp $ */ +/* $OpenBSD: dlfcn.h,v 1.2 2020/10/09 16:01:48 otto Exp $ */ /* * Copyright (c) 2019 Philip Guenther <guenther@openbsd.org> * @@ -20,7 +20,7 @@ #include_next <dlfcn.h> -PROTO_DEPRECATED(dladdr); +PROTO_NORMAL(dladdr); PROTO_DEPRECATED(dlclose); PROTO_DEPRECATED(dlerror); PROTO_DEPRECATED(dlopen); |