build: update gnulib and paxutils submodules to latest

* src/extract.c: Include issymlinkat.h, not issymlink.h.
This commit is contained in:
Paul Eggert 2026-01-23 15:59:06 -08:00
parent d55c5fd2c5
commit f1efd80ebe
3 changed files with 3 additions and 3 deletions

2
gnulib

@ -1 +1 @@
Subproject commit 814a1087ca7b8269949802faf73cc41daed34248
Subproject commit 60d20df939832119b9281effea68543510448e2f

@ -1 +1 @@
Subproject commit 38b53f4ae78019ee0333d32a9a3eb2f47e3483b0
Subproject commit bb78da089e1086c9403a29d838231f50e9ff25c4

View File

@ -24,7 +24,7 @@
#include <errno.h>
#include <flexmember.h>
#include <hash.h>
#include <issymlink.h>
#include <issymlinkat.h>
#include <priv-set.h>
#include <root-uid.h>
#include <same-inode.h>