This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ COPY=\
127
127
$(IMPDIR)\core\sys\darwin\dlfcn.d \
128
128
$(IMPDIR)\core\sys\darwin\err.d \
129
129
$(IMPDIR)\core\sys\darwin\execinfo.d \
130
+ $(IMPDIR)\core\sys\darwin\fcntl.d \
130
131
$(IMPDIR)\core\sys\darwin\ifaddrs.d \
131
132
$(IMPDIR)\core\sys\darwin\pthread.d \
132
133
$(IMPDIR)\core\sys\darwin\stdlib.d \
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ DOCS=\
127
127
$(DOCDIR)\core_sys_darwin_dlfcn.html \
128
128
$(DOCDIR)\core_sys_darwin_err.html \
129
129
$(DOCDIR)\core_sys_darwin_execinfo.html \
130
+ $(DOCDIR)\core_sys_darwin_fcntl.html \
130
131
$(DOCDIR)\core_sys_darwin_ifaddrs.html \
131
132
$(DOCDIR)\core_sys_darwin_pthread.html \
132
133
$(DOCDIR)\core_sys_darwin_string.html \
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ SRCS=\
134
134
src\core\sys\darwin\dlfcn.d \
135
135
src\core\sys\darwin\err.d \
136
136
src\core\sys\darwin\execinfo.d \
137
+ src\core\sys\darwin\fcntl.d \
137
138
src\core\sys\darwin\ifaddrs.d \
138
139
src\core\sys\darwin\pthread.d \
139
140
src\core\sys\darwin\stdlib.d \
You can’t perform that action at this time.
0 commit comments