PERFORCE change 132125 for review
Warner Losh
imp at FreeBSD.org
Sun Dec 30 12:53:10 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=132125
Change 132125 by imp at imp_paco-paco on 2007/12/30 20:53:05
MINSIGSTKSZ moved to _limit.h and grew a couple of underscores,
so make it so.
Affected files ...
.. //depot/projects/mips2-jnpr/src/sys/mips/include/_limits.h#3 edit
.. //depot/projects/mips2-jnpr/src/sys/mips/include/signal.h#3 edit
Differences ...
==== //depot/projects/mips2-jnpr/src/sys/mips/include/_limits.h#3 (text+ko) ====
@@ -94,4 +94,6 @@
#endif
#define __WORD_BIT 32
+#define __MINSIGSTKSZ (512 * 4)
+
#endif /* !_MACHINE__LIMITS_H_ */
==== //depot/projects/mips2-jnpr/src/sys/mips/include/signal.h#3 (text+ko) ====
@@ -45,9 +45,6 @@
#include <sys/cdefs.h>
#include <sys/_sigset.h>
-#if __XSI_VISIBLE
-#define MINSIGSTKSZ (512 * 4)
-#endif
/*
* Machine-dependent signal definitions
*/
More information about the p4-projects
mailing list