summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-03-02 11:34:18 +0000
committerDaniel Golle <daniel@makrotopia.org>2021-03-02 11:34:59 +0000
commit81d8f874b12e73af722be91f6e847abb08233877 (patch)
tree3e2f20fa44855a9edd27f11c1777b60ca3bca214
parent1265dbafcdce30c6e6db914b70f2824851c0e0b7 (diff)
downloadopenwrt-81d8f874b12e73af722be91f6e847abb08233877.tar.gz
openwrt-81d8f874b12e73af722be91f6e847abb08233877.tar.bz2
openwrt-81d8f874b12e73af722be91f6e847abb08233877.zip
Revert "toolchain/autoconf-lean: add check for ssize_t"
This reverts commit 6b7b064492ddf339d0213779fb84d50ee3dc5eb7. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--toolchain/autoconf-lean/patches/120-add-extra-checks.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/autoconf-lean/patches/120-add-extra-checks.patch b/toolchain/autoconf-lean/patches/120-add-extra-checks.patch
index 382e6e5ad1..7e81525daf 100644
--- a/toolchain/autoconf-lean/patches/120-add-extra-checks.patch
+++ b/toolchain/autoconf-lean/patches/120-add-extra-checks.patch
@@ -29,7 +29,7 @@
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_GETGROUPS
-@@ -217,6 +222,17 @@ AC_FUNC_STRTOLD
+@@ -217,6 +222,16 @@ AC_FUNC_STRTOLD
AC_FUNC_UTIME_NULL
AC_FUNC_VPRINTF
@@ -42,7 +42,6 @@
+AC_CHECK_SIZEOF(unsigned long long)
+AC_CHECK_SIZEOF(off_t)
+AC_CHECK_SIZEOF(size_t)
-+AC_CHECK_SIZEOF(ssize_t)
+
# Functions list scraped from musl 0.9.4 x86_64
AC_CHECK_FUNCS([ \