[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2395: pick up a couple of recent changes

Mats Wichmann mats at linuxfoundation.org
Thu Feb 20 13:56:00 UTC 2014


------------------------------------------------------------
revno: 2395
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Thu 2014-02-20 06:56:00 -0700
message:
  pick up a couple of recent changes
modified:
  ts/devchk/limits_h.c
  ts/devchk/sys_ioctl_h.c
-------------- next part --------------
=== modified file 'ts/devchk/limits_h.c'
--- a/ts/devchk/limits_h.c	2013-03-11 19:25:16 +0000
+++ b/ts/devchk/limits_h.c	2014-02-20 13:56:00 +0000
@@ -986,7 +986,7 @@
 
 #if defined __powerpc64__
 #ifdef PTHREAD_STACK_MIN
-	CompareConstant(PTHREAD_STACK_MIN,16384,5310,architecture,3.0,NULL)
+	CompareConstant(PTHREAD_STACK_MIN,131072,5310,architecture,5.0,NULL)
 #else
 Msg( "Error: Constant not found: PTHREAD_STACK_MIN\n");
 cnt++;
@@ -994,7 +994,7 @@
 
 #elif defined __powerpc__ && !defined __powerpc64__
 #ifdef PTHREAD_STACK_MIN
-	CompareConstant(PTHREAD_STACK_MIN,16384,5310,architecture,3.0,NULL)
+	CompareConstant(PTHREAD_STACK_MIN,131072,5310,architecture,5.0,NULL)
 #else
 Msg( "Error: Constant not found: PTHREAD_STACK_MIN\n");
 cnt++;

=== modified file 'ts/devchk/sys_ioctl_h.c'
--- a/ts/devchk/sys_ioctl_h.c	2012-10-01 13:17:07 +0000
+++ b/ts/devchk/sys_ioctl_h.c	2014-02-20 13:56:00 +0000
@@ -343,6 +343,68 @@
 #endif
 #endif
 #if defined __powerpc64__
+#ifdef TIOCSWINSZ
+	CompareConstant(TIOCSWINSZ,0x80087467,4612,architecture,5.0,NULL)
+#else
+Msg( "Error: Constant not found: TIOCSWINSZ\n");
+cnt++;
+#endif
+
+#elif defined __powerpc__ && !defined __powerpc64__
+#ifdef TIOCSWINSZ
+	CompareConstant(TIOCSWINSZ,0x80087467,4612,architecture,5.0,NULL)
+#else
+Msg( "Error: Constant not found: TIOCSWINSZ\n");
+cnt++;
+#endif
+
+#elif defined __ia64__
+#ifdef TIOCSWINSZ
+	CompareConstant(TIOCSWINSZ,0x5414,4612,architecture,5.0,NULL)
+#else
+Msg( "Error: Constant not found: TIOCSWINSZ\n");
+cnt++;
+#endif
+
+#elif defined __i386__
+#ifdef TIOCSWINSZ
+	CompareConstant(TIOCSWINSZ,0x5414,4612,architecture,5.0,NULL)
+#else
+Msg( "Error: Constant not found: TIOCSWINSZ\n");
+cnt++;
+#endif
+
+#elif defined __s390x__
+#ifdef TIOCSWINSZ
+	CompareConstant(TIOCSWINSZ,0x5414,4612,architecture,5.0,NULL)
+#else
+Msg( "Error: Constant not found: TIOCSWINSZ\n");
+cnt++;
+#endif
+
+#elif defined __x86_64__
+#ifdef TIOCSWINSZ
+	CompareConstant(TIOCSWINSZ,0x5414,4612,architecture,5.0,NULL)
+#else
+Msg( "Error: Constant not found: TIOCSWINSZ\n");
+cnt++;
+#endif
+
+#elif defined __s390__ && !defined __s390x__
+#ifdef TIOCSWINSZ
+	CompareConstant(TIOCSWINSZ,0x5414,4612,architecture,5.0,NULL)
+#else
+Msg( "Error: Constant not found: TIOCSWINSZ\n");
+cnt++;
+#endif
+
+#else
+Msg( "No definition for TIOCSWINSZ (4612, int) in db for this architecture\n");
+#ifdef TIOCSWINSZ
+Sql( "REPLACE INTO ArchConst (ACaid,ACcid,ACvalue,ACappearedin,ACwithdrawnin) VALUES (%d,4612,%d,'""5.0""',NULL);\n", architecture, TIOCSWINSZ);
+#endif
+#endif
+#if defined __powerpc64__
 #ifdef FIONREAD
 	CompareConstant(FIONREAD,1074030207,4619,architecture,2.0,NULL)
 #else



More information about the lsb-messages mailing list