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

Update #3472.
This commit is contained in:
Sebastian Huber
2018-09-05 07:27:24 +02:00
parent 709796209c
commit e58f1cd381

View File

@@ -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