[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2299: push POSIX_PRIORITY_SCHEDULING back one LSB release (bug 4035)

Mats Wichmann mats at linuxfoundation.org
Fri Oct 31 17:08:00 UTC 2014


------------------------------------------------------------
revno: 2299
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Fri 2014-10-31 11:08:00 -0600
message:
  push POSIX_PRIORITY_SCHEDULING back one LSB release (bug 4035)
modified:
  headers/All/4.1/unistd.h.defs
  headers/unistd.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/All/4.1/unistd.h.defs'
--- a/headers/All/4.1/unistd.h.defs	2013-02-05 15:04:13 +0000
+++ b/headers/All/4.1/unistd.h.defs	2014-10-31 17:08:00 +0000
@@ -29,6 +29,7 @@
 #define _POSIX_MEMLOCK	200112L
 #define _POSIX_MEMLOCK_RANGE	200112L
 #define _POSIX_MEMORY_PROTECTION	200112L
+#define _POSIX_PRIORITY_SCHEDULING	200112L
 #define _POSIX_SEMAPHORES	200112L
 #define _POSIX_SHARED_MEMORY_OBJECTS	200112L
 #define _POSIX_THREADS	200112L

=== modified file 'headers/unistd.h'
--- a/headers/unistd.h	2013-03-11 21:23:29 +0000
+++ b/headers/unistd.h	2014-10-31 17:08:00 +0000
@@ -82,6 +82,13 @@
 
 #endif				/* __LSB_VERSION__ >= 2.0 */
 
+#if __LSB_VERSION__ >= 41
+#if __LSB_VERSION__ < 50
+#define _POSIX_PRIORITY_SCHEDULING	200112L
+#endif				/* __LSB_VERSION__ < 5.0 */
+
+#endif				/* __LSB_VERSION__ >= 4.1 */
+
 #if __LSB_VERSION__ >= 50
 #define _POSIX_ASYNC_IO	0
 #define _POSIX2_CHAR_TERM	200809L

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-10-29 12:36:25 +0000
+++ b/package/Makefile	2014-10-31 17:08:00 +0000
@@ -46,7 +46,7 @@
 # Should have leading "."
 # a big number (80-99) is leading up to the next minor spec
 # build_env is version-independent so can wait till late to bump this
-SUB_VERSION=.1
+SUB_VERSION=.2
 
 # 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



More information about the lsb-messages mailing list