[Lsb-messages] /var/www/bzr/lsb/devel/lsbspec r3930: push errata for bug 3584

Mats Wichmann mats at linuxfoundation.org
Sat Aug 31 14:43:55 UTC 2013


------------------------------------------------------------
revno: 3930
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: lsbspec
timestamp: Sat 2013-08-31 08:43:55 -0600
message:
  push errata for bug 3584
added:
  errata/errata_40/3584-libc.txt
  errata/errata_41/3584-libc.txt
-------------- next part --------------
=== added file 'errata/errata_40/3584-libc.txt'
--- a/errata/errata_40/3584-libc.txt	1970-01-01 00:00:00 +0000
+++ b/errata/errata_40/3584-libc.txt	2013-08-31 14:43:55 +0000
@@ -0,0 +1,25 @@
+Specification: LSB Core generic
+Edition of Specification: 4.0
+Type: Error
+Status: Unapproved
+Bug reference: http://bugs.linuxbase.org/show_bug.cgi?id=3584
+
+Rationale: the function prototype for getrlimit64 declared the
+type of the first argument incorrectly.
+
+In LSB Core generic:
+
+In 13.4. Data Definitions for libc
+
+In 13.4.67. sys/resource.h
+
+Change:
+
+extern int getrlimit64(id_t __resource, struct rlimit64 *__rlimits);
+
+to:
+
+extern int getrlimit64(__rlimit_resource_t __resource,
+                       struct rlimit64 *__rlimits);
+
+

=== added file 'errata/errata_41/3584-libc.txt'
--- a/errata/errata_41/3584-libc.txt	1970-01-01 00:00:00 +0000
+++ b/errata/errata_41/3584-libc.txt	2013-08-31 14:43:55 +0000
@@ -0,0 +1,25 @@
+Specification: LSB Core generic
+Edition of Specification: 4.1
+Type: Error
+Status: Unapproved
+Bug reference: http://bugs.linuxbase.org/show_bug.cgi?id=3584
+
+Rationale: the function prototype for getrlimit64 declared the
+type of the first argument incorrectly.
+
+In LSB Core generic:
+
+In 12.4. Data Definitions for libc
+
+In 12.4.72. sys/resource.h (in updated editions this will be 12.4.73):
+
+Change:
+
+extern int getrlimit64(id_t __resource, struct rlimit64 *__rlimits);
+
+to:
+
+extern int getrlimit64(__rlimit_resource_t __resource,
+                       struct rlimit64 *__rlimits);
+
+



More information about the lsb-messages mailing list