Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2007 20:53:09 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132125 for review
Message-ID:  <200712302053.lBUKr9DL068127@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132125

Change 132125 by imp@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
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712302053.lBUKr9DL068127>