diff options
author | 2017-04-12 16:06:12 +0000 | |
---|---|---|
committer | 2017-04-12 16:06:12 +0000 | |
commit | 5aeb15317cb3698ff8c2d30e4a0b925027b4938e (patch) | |
tree | f900d100bdf3fc3784cf8f525ca808592a0ad256 /sys/kern/kern_fork.c | |
parent | Prevent inosused from wrapping when soft updates is enabled while (diff) | |
download | wireguard-openbsd-5aeb15317cb3698ff8c2d30e4a0b925027b4938e.tar.xz wireguard-openbsd-5aeb15317cb3698ff8c2d30e4a0b925027b4938e.zip |
New strstr() implementation from musl libc by Rich Felker. This
version uses the two-way string matching algorithm and is faster
than the old implementation. With this change, ports that check
for strstr having linear complexity time strstr will no longer
replace the libc strstr with a private version.
OK deraadt@ espie@
Diffstat (limited to 'sys/kern/kern_fork.c')
0 files changed, 0 insertions, 0 deletions