简介:error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
问题描述
编译报错:
include/linux/wait.h:171:47: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
#define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)