Source-Changes archive

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

CVS commit: src/include



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