diff options
author | jaseg <git@jaseg.net> | 2018-07-22 18:38:00 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2018-07-22 18:39:01 +0200 |
commit | 32c34ab174f1dd93985831926241ed3f20f4d0c7 (patch) | |
tree | b495f1684d3f69db15de3822d4f1ec0ceb924614 /.gitmodules | |
parent | e298c102bd51ae67fbae09df5dfc00cba16a2231 (diff) | |
download | lolcat-32c34ab174f1dd93985831926241ed3f20f4d0c7.tar.gz lolcat-32c34ab174f1dd93985831926241ed3f20f4d0c7.tar.bz2 lolcat-32c34ab174f1dd93985831926241ed3f20f4d0c7.zip |
Remove fmemopen altogether since it just doesn't work.
Closes #9.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index a956631..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +0,0 @@ -[submodule "musl"] - path = musl - url = git://git.musl-libc.org/musl -[submodule "memorymapping"] - path = memorymapping - url = https://github.com/NimbusKit/memorymapping |