CVSROOT: /cvs Module name: src Changes by: tob...@cvs.openbsd.org 2025/05/17 01:46:49
Modified files: lib/libc/stdio : vfwprintf.c wprintf.3 Log message: Set EOVERFLOW for overflow conditions to match POSIX. This brings the wprintf family of functions back in sync with printf family of functions which have been already adjusted. While at it, also sync the documentation to explain possible errno values. OK deraadt@, millert@