NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/56120 CVS commit: src/lib/libc/regex
The following reply was made to PR toolchain/56120; it has been noted by GNATS.
From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/56120 CVS commit: src/lib/libc/regex
Date: Thu, 22 Apr 2021 15:20:25 -0400
Module Name: src
Committed By: christos
Date: Thu Apr 22 19:20:25 UTC 2021
Modified Files:
src/lib/libc/regex: utils.h
Log Message:
PR/56120: Chris Pinnock: build.sh (-m alpha) release fails on current on
Darwin in libc compilation
We build the regex code in tools without nls. We don't include any nls headers
for that, but on Darwin wint_t gets defined, so we end up with a compilation
error. The cleaner fix would have been to always use regex_foo_t types, but
the minimal fix is to only do this for the tools build, using cpp.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/regex/utils.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