From 00212337527ade418f72c69283931cb92832ae82 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 9 Oct 2020 16:01:49 +0000 Subject: As noted by tb@ previous commit only removed an unused fucntion. So redo previous commit properly: Use random value for canary bytes; ok tb@. --- lib/libc/hidden/dlfcn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/hidden') 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 * @@ -20,7 +20,7 @@ #include_next -PROTO_DEPRECATED(dladdr); +PROTO_NORMAL(dladdr); PROTO_DEPRECATED(dlclose); PROTO_DEPRECATED(dlerror); PROTO_DEPRECATED(dlopen); -- cgit v1.2.3