NetBSD-Bugs archive

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

PR/58319 CVS commit: src/lib/libc/locale



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58319 CVS commit: src/lib/libc/locale
Date: Fri, 7 Jun 2024 13:53:02 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Jun  7 13:53:02 UTC 2024
 
 Modified Files:
 	src/lib/libc/locale: global_locale.c
 
 Log Message:
 libc/locale/global_locale.c: Nix confusing NBCHAR_MAX.
 
 NBCHAR_MAX is used only in the usr.bin/mklocale build, but that
 doesn't use global_locale.c.  This was added when inserting char
 casts, but using the mklocale's hook just to insert a char cast is
 unnecessarily confusing -- and the char casts are unnecessary anyway.
 
 No functional change intended.  No binary change to aarch64 libc.
 
 Raised in PR lib/58319.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.25 -r1.26 src/lib/libc/locale/global_locale.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