the warning about syscall going away is a bit dated now.
authorderaadt <deraadt@openbsd.org>
Thu, 18 Jan 2024 19:00:11 +0000 (19:00 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 18 Jan 2024 19:00:11 +0000 (19:00 +0000)
ok miod tb

lib/libc/dlfcn/init.c

index b6acbf9..c15eda4 100644 (file)
@@ -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>
  *
 
 #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