diff options
author | 2012-01-02 23:19:45 +0000 | |
---|---|---|
committer | 2012-01-02 23:19:45 +0000 | |
commit | 2f69bb9b48ba36689681f0fc07a50ae332c0d1c0 (patch) | |
tree | 1d8027f828284fb3f54cb459e03b3e25cc25a599 /lib/libpthread/include/pthread.h | |
parent | Enable arcofi(4), tested on 705 by Tobias Ulmer. (diff) | |
download | wireguard-openbsd-2f69bb9b48ba36689681f0fc07a50ae332c0d1c0.tar.xz wireguard-openbsd-2f69bb9b48ba36689681f0fc07a50ae332c0d1c0.zip |
Add support for "find ... -exec foo {} \+".
From the manpage:
If terminated by a plus sign (``+''), the pathnames for which the
primary is evaluated are aggregated into sets, and utility will
be invoked once per set, similar to xargs(1). If any invocation
exits with non-zero exit status, then find will eventually do so
as well, but this does not cause find to exit early. The string
``{}'' must appear, and must appear last. Each set is limited to
no more than 5,000 pathnames, and is also limited such that the
invocation of utility does not exceed ARG_MAX.
Code comes from NetBSD, written by John Hawkinson. Tested by eivinde at
terraplane dot org and myself for quite some time.
ok miod@
Diffstat (limited to 'lib/libpthread/include/pthread.h')
0 files changed, 0 insertions, 0 deletions