diff options
-rw-r--r-- | sys/sys/task.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/task.h b/sys/sys/task.h index 222c2a7910f..7fd32ba0da3 100644 --- a/sys/sys/task.h +++ b/sys/sys/task.h @@ -1,4 +1,4 @@ -/* $OpenBSD: task.h,v 1.16 2019/06/23 12:56:10 kettenis Exp $ */ +/* $OpenBSD: task.h,v 1.17 2020/06/08 00:27:45 dlg Exp $ */ /* * Copyright (c) 2013 David Gwynne <dlg@openbsd.org> @@ -31,7 +31,6 @@ struct task { }; #define TASK_ONQUEUE 1 -#define TASK_BARRIER 2 TAILQ_HEAD(task_list, task); |