mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Fix the following uclibc build failure raised since bump to version 6.11 in commitc6c173dadband2d6716aa47: In file included from libs/base64.h:25, from libs/base64.c:23: libs/types.h:30:9: error: unknown type name 'ssize_t' 30 | typedef ssize_t sz; | ^~~~~~~ Fixes:c6c173dadb- http://autobuild.buildroot.org/results/24498049d7beb4afaaf9f9a0c2fc0bcd26a3ee04 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>