]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add missing definition for getline polyfill (#2425)
authorJulian Uy <uyjulian@gmail.com>
Fri, 6 Dec 2024 15:57:27 +0000 (09:57 -0600)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2024 15:57:27 +0000 (07:57 -0800)
commitb5d95321d4b07dc381210fb26ac9d7533b8fc97b
treeb71f65bcf93406d8140c4d6f89f0eed78cbaf322
parent68238f28ee9e051be0c78f91f99b1ad2a4c74a03
Add missing definition for getline polyfill (#2425)

The fallback for when `getline` is not implemented in libc was not
compiling due to the fact that the definition for it was missing, so add
the definition.
Makefile.am
unzip/CMakeLists.txt
unzip/bsdunzip.c
unzip/la_getline.h [new file with mode: 0644]