NetBSD-Bugs archive

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

PR/58802 CVS commit: src/include



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58802 CVS commit: src/include
Date: Fri, 1 Nov 2024 18:52:30 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Nov  1 18:52:29 UTC 2024
 
 Modified Files:
 	src/include: strings.h
 
 Log Message:
 strings.h: Fix visibility of bcmp/bcopy/bzero/index/rindex again.
 
 These have always been X/Open / XSI options, and they were nixed in
 POSIX 2008, not in POSIX 2024.
 
 POSIX 2001 (marked legacy): https://pubs.opengroup.org/onlinepubs/009695399/basedefs/strings.h.html
 POSIX 2008 (removed): https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html
 POSIX 2024: https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/functions/strcasecmp_l.html
 
 Cleanup after fix for:
 
 PR lib/58802: missing ffsl(), ffsll() functions from POSIX 2024
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.20 -r1.21 src/include/strings.h
 
 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