PERFORCE change 28125 for review
Peter Wemm
peter at FreeBSD.org
Fri Apr 4 18:06:31 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=28125
Change 28125 by peter at peter_daintree on 2003/04/04 18:06:13
64 bit sig_atomic_t
Affected files ...
.. //depot/projects/hammer/sys/x86_64/include/signal.h#8 edit
Differences ...
==== //depot/projects/hammer/sys/x86_64/include/signal.h#8 (text+ko) ====
@@ -44,7 +44,7 @@
* Machine-dependent signal definitions
*/
-typedef int sig_atomic_t;
+typedef long sig_atomic_t;
#if __XSI_VISIBLE
/*
More information about the p4-projects
mailing list