Source-Changes archive

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

CVS commit: src/regress/lib/libpthread/sigmask3



Module Name:    src
Committed By:   he
Date:           Sat Mar  5 14:35:57 UTC 2005

Modified Files:
        src/regress/lib/libpthread/sigmask3: sigmask3.c

Log Message:
sig_atomic_t isn't necessarily compatible with the %d printf format,
so cast to int before printing.  The value appears to be either 1 or 2,
so no information should be lost this way.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/regress/lib/libpthread/sigmask3/sigmask3.c

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