[rtems commit] Add more dummy values to <sys/priority.h>

Sebastian Huber sebh at rtems.org
Mon Sep 10 09:37:33 UTC 2018


Module:    rtems
Branch:    master
Commit:    e58f1cd381edf890c8021f7a7bd2a3428d4da30d
Changeset: http://git.rtems.org/rtems/commit/?id=e58f1cd381edf890c8021f7a7bd2a3428d4da30d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Sep  5 07:27:24 2018 +0200

Add more dummy values to <sys/priority.h>

Update #3472.

---

 cpukit/include/sys/priority.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/cpukit/include/sys/priority.h b/cpukit/include/sys/priority.h
index 4b7c46b..025de62 100644
--- a/cpukit/include/sys/priority.h
+++ b/cpukit/include/sys/priority.h
@@ -27,13 +27,15 @@
 #ifndef _SYS_PRIORITY_H_
 #define	_SYS_PRIORITY_H_
 
-/* Dummy values to make the new network stack happy */
+/* Dummy values to make the libbsd happy */
 #define	PRI_MAX_ITHD		0
 #define	PI_NET			0
-#define	PI_SWI(x)		0
+#define	PI_DISK			0
 #define	PI_SOFT			0
+#define	PI_SWI(x)		0
 #define	PRI_MIN_KERN		0
 #define	PVM			0
+#define	PRIBIO			0
 #define	PZERO			0
 #define	PSOCK			0
 #define	PWAIT			0



More information about the vc mailing list