Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Krell <jaykrell@microsoft.com>2019-07-11 14:35:57 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-11 14:35:57 +0300
commit7bdff9065b93319639fc8379a05c91b8ff12bc2e (patch)
tree7581218dc895cfb35423e898f78e9918a7cd3bb7 /configure.ac
parent625be3d1fd2b85f7592d918ad203eed062d0d08a (diff)
Cleanup mono_threads_platform_get_stack_bounds. (#15632)
Fix mingw warning unused function __readfsdword.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 427d37aa697..da89d677deb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3950,7 +3950,6 @@ else
AC_CHECK_DECLS(InterlockedIncrement64, [], [], [[#include <windows.h>]])
AC_CHECK_DECLS(InterlockedAdd, [], [], [[#include <windows.h>]])
AC_CHECK_DECLS(InterlockedAdd64, [], [], [[#include <windows.h>]])
- AC_CHECK_DECLS(__readfsdword, [], [], [[#include <windows.h>]])
fi
dnl socklen_t check