NetBSD-Bugs archive

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

PR/58802 CVS commit: src



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
Date: Fri, 1 Nov 2024 18:42:30 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Nov  1 18:42:30 UTC 2024
 
 Modified Files:
 	src/distrib/sets/lists/comp: mi
 	src/include: strings.h
 	src/lib/libc/string: Makefile.inc ffs.3
 
 Log Message:
 ffs(3): Fix visibility in strings.h and add MLINKS for ffsl/ffsll.
 
 ffs(3) was added in POSIX 2001 with XSI option (_XOPEN_SOURCE>=600),
 not in POSIX 2008 with XSI option (_XOPEN_SOURCE>=700).
 
 Noticed while updating the STANDARDS section of the man page.
 
 PR lib/58802: missing ffsl(), ffsll() functions from POSIX 2024
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2478 -r1.2479 src/distrib/sets/lists/comp/mi
 cvs rdiff -u -r1.19 -r1.20 src/include/strings.h
 cvs rdiff -u -r1.91 -r1.92 src/lib/libc/string/Makefile.inc
 cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/ffs.3
 
 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