diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 7a61fcde69f2..45118db34dde 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -519,7 +519,7 @@ do { \ #define TDP_SIGFASTPENDING 0x80000000 /* Pending signal due to sigfastblock */ #define TDP2_SBPAGES 0x00000001 /* Owns sbusy on some pages */ -#define TDP2_COMPAT32RB 0x00000002 /* compat32 robust lists */ +#define TDP2_COMPAT32RB 0x00000002 /* compat32 ABI for robust lists */ /* * Reasons that the current thread can not be run yet.