NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52374 CVS commit: src/lib/libc



The following reply was made to PR lib/52374; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52374 CVS commit: src/lib/libc
Date: Thu, 15 Aug 2024 22:22:35 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Aug 15 22:22:35 UTC 2024
 
 Modified Files:
 	src/lib/libc/include: namespace.h
 	src/lib/libc/locale: c16rtomb.c c32rtomb.c mbrtoc16.c mbrtoc32.c
 
 Log Message:
 libc: c32rtomb and mbrtoc32 are used internally, so weak-alias them.
 
 PR lib/52374: <uchar.h> missing
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.203 -r1.204 src/lib/libc/include/namespace.h
 cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/c16rtomb.c \
     src/lib/libc/locale/mbrtoc32.c
 cvs rdiff -u -r1.1 -r1.2 src/lib/libc/locale/c32rtomb.c
 cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/mbrtoc16.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index