[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2291: forgot to push: fully commented aio.h structs

Mats Wichmann mats at linuxfoundation.org
Mon Aug 11 14:35:14 UTC 2014


------------------------------------------------------------
revno: 2291
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Mon 2014-08-11 08:35:14 -0600
message:
  forgot to push: fully commented aio.h structs
modified:
  headers/All/5.0/aio.h.defs
  headers/All/5.1/aio.h.defs
  headers/aio.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/All/5.0/aio.h.defs'
--- a/headers/All/5.0/aio.h.defs	2014-07-29 14:27:57 +0000
+++ b/headers/All/5.0/aio.h.defs	2014-08-11 14:35:14 +0000
@@ -11,34 +11,34 @@
 #define LIO_NOWAIT	1
 
 struct aiocb {
-    int aio_fildes;		/* File desriptor. */
-    int aio_lio_opcode;		/* Operation to be performed. */
-    int aio_reqprio;		/* Request priority offset. */
-    void *aio_buf;		/* Location of buffer. */
-    size_t aio_nbytes;		/* Length of transfer. */
-    struct sigevent aio_sigevent;	/* Signal number and value. */
-    struct aiocb *__next_prio;
-    int __abs_prio;
-    int __policy;
-    int __error_code;
-    ssize_t __return_value;
-    off_t aio_offset;		/* File offset. */
+    int aio_fildes;		/* File desriptor */
+    int aio_lio_opcode;		/* Operation to be performed */
+    int aio_reqprio;		/* Request priority offset */
+    void *aio_buf;		/* Location of buffer */
+    size_t aio_nbytes;		/* Length of transfer */
+    struct sigevent aio_sigevent;	/* Signal number and value */
+    struct aiocb *__next_prio;	/* internal, do not use */
+    int __abs_prio;		/* internal, do not use */
+    int __policy;		/* internal, do not use */
+    int __error_code;		/* internal, do not use */
+    ssize_t __return_value;	/* internal, do not use */
+    off_t aio_offset;		/* File offset */
     char __pad[sizeof(off64_t) - sizeof(off_t)];
     char __unused[32];
 };
 struct aiocb64 {
-    int aio_fildes;
-    int aio_lio_opcode;
-    int aio_reqprio;
-    void *aio_buf;
-    size_t aio_nbytes;
-    struct sigevent aio_sigevent;
-    struct aiocb *__next_prio;
-    int __abs_prio;
-    int __policy;
-    int __error_code;
-    ssize_t __return_value;
-    off64_t aio_offset;
+    int aio_fildes;		/* File desriptor */
+    int aio_lio_opcode;		/* Operation to be performed */
+    int aio_reqprio;		/* Request priority offset */
+    void *aio_buf;		/* Location of buffer */
+    size_t aio_nbytes;		/* Length of transfer */
+    struct sigevent aio_sigevent;	/* Signal number and value */
+    struct aiocb *__next_prio;	/* internal, do not use */
+    int __abs_prio;		/* internal, do not use */
+    int __policy;		/* internal, do not use */
+    int __error_code;		/* internal, do not use */
+    ssize_t __return_value;	/* internal, do not use */
+    off64_t aio_offset;		/* File offset */
     char __unused[32];
 };
 extern int aio_cancel(int fildes, struct aiocb *aiocbp);

=== modified file 'headers/All/5.1/aio.h.defs'
--- a/headers/All/5.1/aio.h.defs	2014-07-29 14:27:57 +0000
+++ b/headers/All/5.1/aio.h.defs	2014-08-11 14:35:14 +0000
@@ -11,34 +11,34 @@
 #define LIO_NOWAIT	1
 
 struct aiocb {
-    int aio_fildes;		/* File desriptor. */
-    int aio_lio_opcode;		/* Operation to be performed. */
-    int aio_reqprio;		/* Request priority offset. */
-    void *aio_buf;		/* Location of buffer. */
-    size_t aio_nbytes;		/* Length of transfer. */
-    struct sigevent aio_sigevent;	/* Signal number and value. */
-    struct aiocb *__next_prio;
-    int __abs_prio;
-    int __policy;
-    int __error_code;
-    ssize_t __return_value;
-    off_t aio_offset;		/* File offset. */
+    int aio_fildes;		/* File desriptor */
+    int aio_lio_opcode;		/* Operation to be performed */
+    int aio_reqprio;		/* Request priority offset */
+    void *aio_buf;		/* Location of buffer */
+    size_t aio_nbytes;		/* Length of transfer */
+    struct sigevent aio_sigevent;	/* Signal number and value */
+    struct aiocb *__next_prio;	/* internal, do not use */
+    int __abs_prio;		/* internal, do not use */
+    int __policy;		/* internal, do not use */
+    int __error_code;		/* internal, do not use */
+    ssize_t __return_value;	/* internal, do not use */
+    off_t aio_offset;		/* File offset */
     char __pad[sizeof(off64_t) - sizeof(off_t)];
     char __unused[32];
 };
 struct aiocb64 {
-    int aio_fildes;
-    int aio_lio_opcode;
-    int aio_reqprio;
-    void *aio_buf;
-    size_t aio_nbytes;
-    struct sigevent aio_sigevent;
-    struct aiocb *__next_prio;
-    int __abs_prio;
-    int __policy;
-    int __error_code;
-    ssize_t __return_value;
-    off64_t aio_offset;
+    int aio_fildes;		/* File desriptor */
+    int aio_lio_opcode;		/* Operation to be performed */
+    int aio_reqprio;		/* Request priority offset */
+    void *aio_buf;		/* Location of buffer */
+    size_t aio_nbytes;		/* Length of transfer */
+    struct sigevent aio_sigevent;	/* Signal number and value */
+    struct aiocb *__next_prio;	/* internal, do not use */
+    int __abs_prio;		/* internal, do not use */
+    int __policy;		/* internal, do not use */
+    int __error_code;		/* internal, do not use */
+    ssize_t __return_value;	/* internal, do not use */
+    off64_t aio_offset;		/* File offset */
     char __unused[32];
 };
 extern int aio_cancel(int fildes, struct aiocb *aiocbp);

=== modified file 'headers/aio.h'
--- a/headers/aio.h	2014-07-29 14:27:57 +0000
+++ b/headers/aio.h	2014-08-11 14:35:14 +0000
@@ -37,35 +37,35 @@
 
 /* I/O control block*/
     struct aiocb {
-	int aio_fildes;		/* File desriptor. */
-	int aio_lio_opcode;	/* Operation to be performed. */
-	int aio_reqprio;	/* Request priority offset. */
-	void *aio_buf;		/* Location of buffer. */
-	size_t aio_nbytes;	/* Length of transfer. */
-	struct sigevent aio_sigevent;	/* Signal number and value. */
-	struct aiocb *__next_prio;
-	int __abs_prio;
-	int __policy;
-	int __error_code;
-	ssize_t __return_value;
-	off_t aio_offset;	/* File offset. */
+	int aio_fildes;		/* File desriptor */
+	int aio_lio_opcode;	/* Operation to be performed */
+	int aio_reqprio;	/* Request priority offset */
+	void *aio_buf;		/* Location of buffer */
+	size_t aio_nbytes;	/* Length of transfer */
+	struct sigevent aio_sigevent;	/* Signal number and value */
+	struct aiocb *__next_prio;	/* internal, do not use */
+	int __abs_prio;		/* internal, do not use */
+	int __policy;		/* internal, do not use */
+	int __error_code;	/* internal, do not use */
+	ssize_t __return_value;	/* internal, do not use */
+	off_t aio_offset;	/* File offset */
 	char __pad[sizeof(off64_t) - sizeof(off_t)];
 	char __unused[32];
     };
 
     struct aiocb64 {
-	int aio_fildes;
-	int aio_lio_opcode;
-	int aio_reqprio;
-	void *aio_buf;
-	size_t aio_nbytes;
-	struct sigevent aio_sigevent;
-	struct aiocb *__next_prio;
-	int __abs_prio;
-	int __policy;
-	int __error_code;
-	ssize_t __return_value;
-	off64_t aio_offset;
+	int aio_fildes;		/* File desriptor */
+	int aio_lio_opcode;	/* Operation to be performed */
+	int aio_reqprio;	/* Request priority offset */
+	void *aio_buf;		/* Location of buffer */
+	size_t aio_nbytes;	/* Length of transfer */
+	struct sigevent aio_sigevent;	/* Signal number and value */
+	struct aiocb *__next_prio;	/* internal, do not use */
+	int __abs_prio;		/* internal, do not use */
+	int __policy;		/* internal, do not use */
+	int __error_code;	/* internal, do not use */
+	ssize_t __return_value;	/* internal, do not use */
+	off64_t aio_offset;	/* File offset */
 	char __unused[32];
     };
 

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-07-29 14:27:57 +0000
+++ b/package/Makefile	2014-08-11 14:35:14 +0000
@@ -50,7 +50,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-BUILDNO=4
+BUILDNO=5
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list