Page MenuHomeFreeBSD

powerpc/_stdint.h: fix SIG_ATOMIC_{MIN,MAX,WIDTH}
ClosedPublic

Authored by fuz on Tue, Dec 2, 2:38 AM.

Details

Summary

On powerpc/powerpc64, sig_atomic_t is an int, but was treated as if
it was a long by <machine/_stdint.h>. This was finally caught by the
unit test added with 2fb8cbc / D53831.

Reported by: kib
Fixes: c3e289e1ce8c9af8d14e9f727632e22b3bf901f9
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable