[openwrt/openwrt] Revert "toolchain/autoconf-lean: add check for ssize_t"

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 2 11:37:23 GMT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/81d8f874b12e73af722be91f6e847abb08233877

commit 81d8f874b12e73af722be91f6e847abb08233877
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Mar 2 11:34:18 2021 +0000

    Revert "toolchain/autoconf-lean: add check for ssize_t"
    
    This reverts commit 6b7b064492ddf339d0213779fb84d50ee3dc5eb7.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 toolchain/autoconf-lean/patches/120-add-extra-checks.patch | 3 +--
 1 file changed, 1 insertion(+), 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([ \



More information about the lede-commits mailing list