diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-01-19 17:02:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-01-19 17:02:29 +0000 |
commit | 54d194bf40b02d4fdccde38a262771a3562827ed (patch) | |
tree | 5e91adca95301bde2adaa47564aeb7cc3447cb62 | |
parent | ef8ce12198eccbb38b32bab3a4ce6039f1d6b465 (diff) |
_execvesize.c is no longer generated to support pinsyscall(SYS_execve
-rw-r--r-- | lib/libc/dlfcn/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/dlfcn/Makefile.inc b/lib/libc/dlfcn/Makefile.inc index 17df76ea678..8936b6d6cc1 100644 --- a/lib/libc/dlfcn/Makefile.inc +++ b/lib/libc/dlfcn/Makefile.inc @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.6 2023/02/27 15:00:17 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2024/01/19 17:02:28 deraadt Exp $ .PATH: ${LIBCSRCDIR}/dlfcn .include <bsd.own.mk> SRCS+= dlfcn_stubs.c init.c tib.c - -init.o init.po: _execvesize.c |