| Summary: | [patch] [amd64] [headers] SIG_ATOMIC_MIN/SIG_ATOMIC_MAX 32-bit when sig_atomic_t is 64-bit | ||
|---|---|---|---|
| Product: | Base System | Reporter: | gerald |
| Component: | amd64 | Assignee: | freebsd-amd64 (Nobody) <amd64> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 8.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
gerald
2010-09-01 00:00:13 UTC
32-bit vs 64-bit seems to be reversed here... -- Andriy Gapon On Wed, 1 Sep 2010, Andriy Gapon wrote:
> 32-bit vs 64-bit seems to be reversed here...
Yes, you're absolutely right. I noticed this after submitting the PR and
fixed it in GNATS, but the mails already had gone out of course. My bad.
Gerald
----- Forwarded message from John Baldwin <jhb@freebsd.org> ----- From: John Baldwin <jhb@freebsd.org> To: freebsd-amd64@freebsd.org, Andriy Gapon <avg@icyb.net.ua> Cc: bde@freebsd.org Subject: Re: amd64/150170: SIG_ATOMIC_MIN/SIG_ATOMIC_MAX 32-bit when sig_atomic_t is 64-bit > 32-bit vs 64-bit seems to be reversed here... Yes, but we should still fix this one way or another. I was surprised recently when I found that sig_atomic_t was long on amd64. Perhaps Bruce (cc'd) knows which way it should be fixed? -- John Baldwin _______________________________________________ freebsd-amd64@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" ----- End forwarded message ----- This PR: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=amd64/150170 seems to be a duplicate of: kern/145590: [kernel] [[patch] SIG_ATOMIC_{MIN,MAX} does not match sig_atomic_t on 64-bit archs http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/145590 Regards, b. See also kern/145590. State Changed From-To: open->closed Duplicate of kern/145590. |