CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2015/09/05 05:25:30
Modified files: lib/libc : Symbols.list lib/libc/include: namespace.h lib/libc/nls : Makefile.inc catclose.c catgets.c catopen.c lib/libc/string: strerror_r.c Added files: lib/libc/hidden: nl_types.h Removed files: lib/libc/nls : _catclose.c _catgets.c _catopen.c Log message: Use new framework for wrapping cat{open,gets,close}(), eliminating _cat* in the process. ok kettenis@