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

Commit 09ddfff

Browse files
kubo39Geod24
authored andcommitted
Fixup #3372: Add new modules to COPY/DOCS/SRCS
1 parent 187510e commit 09ddfff

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

mak/COPY

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ COPY=\
127127
$(IMPDIR)\core\sys\darwin\dlfcn.d \
128128
$(IMPDIR)\core\sys\darwin\err.d \
129129
$(IMPDIR)\core\sys\darwin\execinfo.d \
130+
$(IMPDIR)\core\sys\darwin\fcntl.d \
130131
$(IMPDIR)\core\sys\darwin\ifaddrs.d \
131132
$(IMPDIR)\core\sys\darwin\pthread.d \
132133
$(IMPDIR)\core\sys\darwin\stdlib.d \

mak/DOCS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ DOCS=\
127127
$(DOCDIR)\core_sys_darwin_dlfcn.html \
128128
$(DOCDIR)\core_sys_darwin_err.html \
129129
$(DOCDIR)\core_sys_darwin_execinfo.html \
130+
$(DOCDIR)\core_sys_darwin_fcntl.html \
130131
$(DOCDIR)\core_sys_darwin_ifaddrs.html \
131132
$(DOCDIR)\core_sys_darwin_pthread.html \
132133
$(DOCDIR)\core_sys_darwin_string.html \

mak/SRCS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ SRCS=\
134134
src\core\sys\darwin\dlfcn.d \
135135
src\core\sys\darwin\err.d \
136136
src\core\sys\darwin\execinfo.d \
137+
src\core\sys\darwin\fcntl.d \
137138
src\core\sys\darwin\ifaddrs.d \
138139
src\core\sys\darwin\pthread.d \
139140
src\core\sys\darwin\stdlib.d \

0 commit comments

Comments
 (0)