CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2024/08/03 14:13:23
Modified files: include : string.h lib/libc/string: memmem.3 strlcpy.3 Log message: The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024. memmem(3) was also added. Update #include visibility and manpages and add restrict qualifiers. "never thought I'd see this day" millert@