CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2025/06/01 02:40:54
Modified files: lib/libc/stdio : fmemopen.3 Log message: Xr open_memstream in fmemopen.3 the two functions are closely related (one operates on a given fixed size buffer while the other on a dynamically allocated one) and open_memstream already references fmemopen. (plus I think fmemopen is a more memorable name than open_memstream) ok millert@, deraadt@ and tb@