this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add libpthread and syslog as submodules

+6
+6
.gitmodules
··· 181 181 [submodule "src/external/libplatform"] 182 182 path = src/external/libplatform 183 183 url = ../darling-libplatform.git 184 + [submodule "src/external/libpthread"] 185 + path = src/external/libpthread 186 + url = ../darling-libpthread.git 187 + [submodule "src/external/syslog"] 188 + path = src/external/syslog 189 + url = ../darling-syslog.git