diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-16 09:25:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-16 09:25:19 -0400 |
commit | 9abd7b8f90c6803e28529aa41c6da9601d1c9d01 (patch) | |
tree | 0eb928df8195a9209db0e4c2a10d05ac2635e232 /configure.ac | |
parent | 5dbb0bdae934f56c34e48b52cecc973ea400805b (diff) | |
download | tor-9abd7b8f90c6803e28529aa41c6da9601d1c9d01.tar.gz tor-9abd7b8f90c6803e28529aa41c6da9601d1c9d01.zip |
Windows lacks truncate(3).
Fix the new crypto tests, which used truncate(3).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8eb57f8205..de59c752bc 100644 --- a/configure.ac +++ b/configure.ac @@ -432,6 +432,7 @@ AC_CHECK_FUNCS( strtoull \ sysconf \ sysctl \ + truncate \ uname \ usleep \ vasprintf \ |