]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add macro for dirfd() on HP-UX because no full POSIX.1-2008 coverage exists 1679/head
authorMichael Osipov <michael.osipov@siemens.com>
Thu, 10 Mar 2022 11:56:02 +0000 (12:56 +0100)
committerMichael Osipov <michael.osipov@siemens.com>
Fri, 11 Mar 2022 19:17:33 +0000 (20:17 +0100)
commitd773a6b96c9960dbdc22229f0f2450f3872281e4
treed7840af001c31a44a0450a56b0baf960c70e8f16
parent3f8f054ed16a3daa81d1e27c6d9e4194bf0e7e0c
Add macro for dirfd() on HP-UX because no full POSIX.1-2008 coverage exists

HP-UX does neither provide a function nor a macro. This solution based on an
issue with vim: https://github.com/vim/vim/issues/6838
libarchive/archive_read_disk_posix.c