[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1191: offsetof fix (bug 2832) and put select back where it was (bug 3587)

Mats Wichmann mats at linuxfoundation.org
Thu Jun 14 20:27:30 UTC 2012


------------------------------------------------------------
revno: 1191
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Thu 2012-06-14 14:27:30 -0600
message:
  offsetof fix (bug 2832) and put select back where it was (bug 3587)
modified:
  ArchConst.init
  Constant.init
  Constant.sql
  ConstantAttribute.init
  ConstantAttribute.sql
  Interface.init
-------------- next part --------------
=== modified file 'ArchConst.init'
--- a/ArchConst.init	2012-05-29 16:46:02 +0000
+++ b/ArchConst.init	2012-06-14 20:27:30 +0000
@@ -162,7 +162,7 @@
 INSERT INTO `ArchConst` VALUES (1,904,'1','',NULL,0);
 INSERT INTO `ArchConst` VALUES (1,905,'unsignedint','',NULL,0);
 INSERT INTO `ArchConst` VALUES (1,906,'(0L)','1.1',NULL,0);
-INSERT INTO `ArchConst` VALUES (1,907,'((size_t)&((TYPE*)0)->MEMBER)','1.2',NULL,0);
+INSERT INTO `ArchConst` VALUES (1,907,'__builtin_offsetof (TYPE, MEMBER)','1.2',NULL,0);
 INSERT INTO `ArchConst` VALUES (1,908,'1','',NULL,0);
 INSERT INTO `ArchConst` VALUES (1,909,'int','1.0',NULL,0);
 INSERT INTO `ArchConst` VALUES (1,910,'int','1.2',NULL,0);
@@ -20413,3 +20413,4 @@
 INSERT INTO `ArchConst` VALUES (1,21587,'((set)->fds_bits[((d)/(8*sizeof(long)))]|=(1L<<((d)%(8*sizeof(long)))))','5.0',NULL,0);
 INSERT INTO `ArchConst` VALUES (1,21588,'((set)->fds_bits[((d)/(8*sizeof(long)))]&=~(1L<<((d)%(8*sizeof(long)))))','5.0',NULL,0);
 INSERT INTO `ArchConst` VALUES (1,21589,'(((set)->fds_bits[((d)/(8*sizeof(long)))]&(1L<<((d)%(8*sizeof(long)))))!=0)','5.0',NULL,0);
+INSERT INTO `ArchConst` VALUES (1,21590,'((size_t)&((TYPE*)0)->MEMBER)','1.2',NULL,0);

=== modified file 'Constant.init'
--- a/Constant.init	2012-05-29 16:46:02 +0000
+++ b/Constant.init	2012-06-14 20:27:30 +0000
@@ -19749,3 +19749,4 @@
 INSERT INTO `Constant` VALUES (21587,'FD_SET(d,set)','macro',353,'',NULL);
 INSERT INTO `Constant` VALUES (21588,'FD_CLR(d,set)','macro',353,'',NULL);
 INSERT INTO `Constant` VALUES (21589,'FD_ISSET(d,set)','macro',353,'',NULL);
+INSERT INTO `Constant` VALUES (21590,'__builtin_offsetof (TYPE, MEMBER)','macro',347,'',NULL);

=== modified file 'Constant.sql'
--- a/Constant.sql	2012-05-29 16:46:02 +0000
+++ b/Constant.sql	2012-06-14 20:27:30 +0000
@@ -20,7 +20,7 @@
   PRIMARY KEY (`Cid`),
   UNIQUE KEY `k_Cname` (`Cname`,`Cheadgroup`),
   KEY `k_Cheadgroup` (`Cheadgroup`,`Ctype`)
-) ENGINE=MyISAM AUTO_INCREMENT=21590 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=21591 DEFAULT CHARSET=latin1;
 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
 
 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;

=== modified file 'ConstantAttribute.init'
--- a/ConstantAttribute.init	2012-02-22 14:05:48 +0000
+++ b/ConstantAttribute.init	2012-06-14 20:27:30 +0000
@@ -167,3 +167,4 @@
 INSERT INTO `ConstantAttribute` VALUES (169,1305,'Condition','#if !defined __cplusplus || defined __STDC_FORMAT_MACROS');
 INSERT INTO `ConstantAttribute` VALUES (170,1329,'Condition','#if !defined __cplusplus || defined __STDC_FORMAT_MACROS');
 INSERT INTO `ConstantAttribute` VALUES (171,1335,'Condition','#if !defined __cplusplus || defined __STDC_FORMAT_MACROS');
+INSERT INTO `ConstantAttribute` VALUES (172,21590,'Condition','#if !defined(__GNUC__)');

=== modified file 'ConstantAttribute.sql'
--- a/ConstantAttribute.sql	2012-02-22 14:05:48 +0000
+++ b/ConstantAttribute.sql	2012-06-14 20:27:30 +0000
@@ -18,7 +18,7 @@
   PRIMARY KEY (`CAid`),
   KEY `k_CAcid` (`CAcid`,`CAtype`),
   KEY `k_CAtype` (`CAtype`)
-) ENGINE=MyISAM AUTO_INCREMENT=172 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=173 DEFAULT CHARSET=latin1;
 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
 
 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;

=== modified file 'Interface.init'
--- a/Interface.init	2012-06-08 14:18:19 +0000
+++ b/Interface.init	2012-06-14 20:27:30 +0000
@@ -1224,7 +1224,7 @@
 INSERT INTO `Interface` VALUES (1395,'rindex','Function',144,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (1396,'rmdir','Function',62,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (1397,'sbrk','Function',62,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
-INSERT INTO `Interface` VALUES (1406,'select','Function',113,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
+INSERT INTO `Interface` VALUES (1406,'select','Function',62,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (1407,'setgid','Function',62,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (1408,'setitimer','Function',95,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (1410,'setpgid','Function',62,'Yes',NULL,NULL,NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');



More information about the lsb-messages mailing list