Add the compatibility definition for getdelim.c from netbsd.

We shouldn't actually need this code nearly anywhere we build:
getdelim is POSIX, and mingw provides it.
This commit is contained in:
Nick Mathewson
2018-07-10 10:14:24 -04:00
parent 3145e469d8
commit 1604c0fe0e
3 changed files with 113 additions and 1 deletions
+1 -1
View File
@@ -10,6 +10,7 @@ EXTHEADERS = \
src/ext/tor_readpassphrase.h \
src/ext/strlcat.c \
src/ext/strlcpy.c \
src/ext/getdelim.c \
src/ext/tinytest_macros.h \
src/ext/tor_queue.h \
src/ext/siphash.h \
@@ -173,4 +174,3 @@ EXTRA_DIST += \
src/ext/timeouts/Makefile \
src/ext/timeouts/Rules.shrc \
src/ext/timeouts/test-timeout.c