Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit d624421

Browse files
ibaradlang-bot
authored andcommitted
OpenBSD: Install execinfo.d and unistd.d
Fix Issue 22378 - OpenBSD: execinfo.d and unistd.d aren't being installed
1 parent 578fce9 commit d624421

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mak/COPY

+2
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,11 @@ COPY=\
258258
\
259259
$(IMPDIR)\core\sys\openbsd\dlfcn.d \
260260
$(IMPDIR)\core\sys\openbsd\err.d \
261+
$(IMPDIR)\core\sys\openbsd\execinfo.d \
261262
$(IMPDIR)\core\sys\openbsd\stdlib.d \
262263
$(IMPDIR)\core\sys\openbsd\string.d \
263264
$(IMPDIR)\core\sys\openbsd\time.d \
265+
$(IMPDIR)\core\sys\openbsd\unistd.d \
264266
\
265267
$(IMPDIR)\core\sys\openbsd\sys\cdefs.d \
266268
$(IMPDIR)\core\sys\openbsd\sys\elf.d \

mak/SRCS

+2
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,11 @@ SRCS=\
259259
\
260260
src\core\sys\openbsd\dlfcn.d \
261261
src\core\sys\openbsd\err.d \
262+
src\core\sys\openbsd\execinfo.d \
262263
src\core\sys\openbsd\stdlib.d \
263264
src\core\sys\openbsd\string.d \
264265
src\core\sys\openbsd\time.d \
266+
src\core\sys\openbsd\unistd.d \
265267
\
266268
src\core\sys\openbsd\sys\cdefs.d \
267269
src\core\sys\openbsd\sys\elf.d \

0 commit comments

Comments
 (0)