From 9ff43dbea8c77f55b4b6cfa5655f8092ced106cc Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 18 Jan 2026 13:53:50 -0600 Subject: [PATCH] Update generated prereq files for commit e18fd827840a. --- scripts/prereq/generated/flags.h | 6 ++++-- scripts/prereq/generated/globals.h | 3 ++- scripts/prereq/generated/newtoys.h | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/scripts/prereq/generated/flags.h b/scripts/prereq/generated/flags.h index 76ed5935..bdb5136a 100644 --- a/scripts/prereq/generated/flags.h +++ b/scripts/prereq/generated/flags.h @@ -401,9 +401,9 @@ #undef FLAG_L #endif -// xargs ^a:E:P#<0(null)=1optr(no-run-if-empty)n#<1(max-args)s#0[!0E] ^a:E:P#<0(null)=1optr(no-run-if-empty)n#<1(max-args)s#0[!0E] +// xargs ^(process-slot-var):a:E:P#<0(null)=1optr(no-run-if-empty)n#<1(max-args)s#0[!0E] ^(process-slot-var):a:E:P#<0(null)=1optr(no-run-if-empty)n#<1(max-args)s#0[!0E] #undef OPTSTR_xargs -#define OPTSTR_xargs "^a:E:P#<0(null)=1optr(no-run-if-empty)n#<1(max-args)s#0[!0E]" +#define OPTSTR_xargs "^(process-slot-var):a:E:P#<0(null)=1optr(no-run-if-empty)n#<1(max-args)s#0[!0E]" #ifdef CLEANUP_xargs #undef CLEANUP_xargs #undef FOR_xargs @@ -417,6 +417,7 @@ #undef FLAG_P #undef FLAG_E #undef FLAG_a +#undef FLAG_process_slot_var #endif #ifdef FOR_basename @@ -807,6 +808,7 @@ #define FLAG_P (1LL<<7) #define FLAG_E (1LL<<8) #define FLAG_a (1LL<<9) +#define FLAG_process_slot_var (1LL<<10) #endif #undef OPTSTR_ascii diff --git a/scripts/prereq/generated/globals.h b/scripts/prereq/generated/globals.h index 82ae5c3c..7cab4263 100644 --- a/scripts/prereq/generated/globals.h +++ b/scripts/prereq/generated/globals.h @@ -126,11 +126,12 @@ struct wc_data { struct xargs_data { long s, n, P; - char *E, *a; + char *E, *a, *process_slot_var; long entries, bytes, np; char delim; FILE *tty; + pid_t *pids; }; extern union global_union { struct gzip_data gzip; diff --git a/scripts/prereq/generated/newtoys.h b/scripts/prereq/generated/newtoys.h index ebe49dc1..114728ec 100644 --- a/scripts/prereq/generated/newtoys.h +++ b/scripts/prereq/generated/newtoys.h @@ -61,7 +61,7 @@ USE_LSATTR(NEWTOY(lsattr, "ldapvR", TOYFLAG_BIN)) USE_LSMOD(NEWTOY(lsmod, NULL, TOYFLAG_SBIN)) USE_LSOF(NEWTOY(lsof, "lp*t", TOYFLAG_USR|TOYFLAG_BIN)) USE_LSPCI(NEWTOY(lspci, "eDmkn@x@i:", TOYFLAG_USR|TOYFLAG_BIN)) -USE_LSUSB(NEWTOY(lsusb, "ti:", TOYFLAG_USR|TOYFLAG_BIN)) +USE_LSUSB(NEWTOY(lsusb, "vti:", TOYFLAG_USR|TOYFLAG_BIN)) USE_MAKEDEVS(NEWTOY(makedevs, "<1>1d:", TOYFLAG_USR|TOYFLAG_BIN)) USE_MDEV(NEWTOY(mdev, "s", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_UMASK)) USE_MKDIR(NEWTOY(mkdir, "<1"SKIP_TOYBOX_LSM_NONE("Z:")"vp(parent)(parents)m:", TOYFLAG_BIN|TOYFLAG_UMASK|TOYFLAG_MOREHELP(!CFG_TOYBOX_LSM_NONE))) @@ -121,6 +121,6 @@ USE_WC(NEWTOY(wc, "Lcmwl", TOYFLAG_USR|TOYFLAG_BIN)) USE_WGET(NEWTOY(wget, "<1>1(max-redirect)#<0=20d(debug)O(output-document):p(post-data):", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_MOREHELP(CFG_WGET_LIBTLS|CFG_TOYBOX_LIBCRYPTO))) USE_WHICH(NEWTOY(which, "<1a", TOYFLAG_USR|TOYFLAG_BIN)) USE_WHOAMI(OLDTOY(whoami, logname, TOYFLAG_USR|TOYFLAG_BIN)) -USE_XARGS(NEWTOY(xargs, "^a:E:P#<0(null)=1optr(no-run-if-empty)n#<1(max-args)s#0[!0E]", TOYFLAG_USR|TOYFLAG_BIN)) +USE_XARGS(NEWTOY(xargs, "^(process-slot-var):a:E:P#<0(null)=1optr(no-run-if-empty)n#<1(max-args)s#0[!0E]", TOYFLAG_USR|TOYFLAG_BIN)) USE_XZCAT(NEWTOY(xzcat, NULL, TOYFLAG_USR|TOYFLAG_BIN)) USE_ZCAT(NEWTOY(zcat, "cdfkt123456789[-123456789]", TOYFLAG_USR|TOYFLAG_BIN))