NetBSD-Bugs archive

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

port-amd64/45878: SIG_ATOMIC_{MAX,MIN} wrong for sig_atomic_t on amd64



>Number:         45878
>Category:       port-amd64
>Synopsis:       SIG_ATOMIC_{MAX,MIN} wrong for sig_atomic_t on amd64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    port-amd64-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 27 09:25:00 +0000 2012
>Originator:     Nick Hudson
>Release:        -current
>Organization:
n/a
>Environment:
n/a
>Description:
kenny$ grep typedef.*sig_atomic_t sys/arch/amd64/include/*          
sys/arch/amd64/include/signal.h:typedef int sig_atomic_t;
kenny$ grep SIG_ATOMIC_ sys/arch/amd64/include/*           
sys/arch/amd64/include/int_limits.h:#define     SIG_ATOMIC_MIN  
(-0x7fffffffffffffffL-1)        /* sig_atomic_t   */
sys/arch/amd64/include/int_limits.h:#define     SIG_ATOMIC_MAX  
0x7fffffffffffffffL             /* sig_atomic_t   */
kenny$ 

>How-To-Repeat:
Code inspection
>Fix:
not provided



Home | Main Index | Thread Index | Old Index