artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cca106c
)
the warning about syscall going away is a bit dated now.
author
deraadt
<deraadt@openbsd.org>
Thu, 18 Jan 2024 19:00:11 +0000
(19:00 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 18 Jan 2024 19:00:11 +0000
(19:00 +0000)
ok miod tb
lib/libc/dlfcn/init.c
patch
|
blob
|
history
diff --git
a/lib/libc/dlfcn/init.c
b/lib/libc/dlfcn/init.c
index
b6acbf9
..
c15eda4
100644
(file)
--- a/
lib/libc/dlfcn/init.c
+++ b/
lib/libc/dlfcn/init.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: init.c,v 1.
19 2023/10/12 16:37:05
deraadt Exp $ */
+/* $OpenBSD: init.c,v 1.
20 2024/01/18 19:00:11
deraadt Exp $ */
/*
* Copyright (c) 2014,2015 Philip Guenther <guenther@openbsd.org>
*
@@
-35,11
+35,6
@@
#include "init.h"
-#if defined(APIWARN)
-__warn_references(syscall,
- "syscall() may go away, please rewrite code to use direct calls");
-#endif
-
#define MAX(a,b) (((a)>(b))?(a):(b))
#ifdef TIB_EXTRA_ALIGN