diff --git a/lib/libpthread/pthread_int.h b/lib/libpthread/pthread_int.h index f63241dcd6c7..7c7db5620909 100644 --- a/lib/libpthread/pthread_int.h +++ b/lib/libpthread/pthread_int.h @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_int.h,v 1.27 2004/06/25 16:33:32 drochner Exp $ */ +/* $NetBSD: pthread_int.h,v 1.28 2004/08/24 01:44:08 nathanw Exp $ */ /*- * Copyright (c) 2001,2002,2003 The NetBSD Foundation, Inc. @@ -205,6 +205,7 @@ struct pthread_lock_ops { #define PT_FLAG_SCOPE_SYSTEM 0x0040 #define PT_FLAG_EXPLICIT_SCHED 0x0080 #define PT_FLAG_SUSPENDED 0x0100 /* In the suspended queue */ +#define PT_FLAG_SIGNALED 0x0200 #define PT_MAGIC 0x11110001 #define PT_DEAD 0xDEAD0001