ossp-pkg/pth/pth.h.in 1.142 -> 1.143
--- pth.h.in 2004/09/12 11:36:13 1.142
+++ pth.h.in 2004/10/08 16:17:02 1.143
@@ -124,6 +124,7 @@
PTH_CTRL_GETTHREADS_SUSPENDED|\
PTH_CTRL_GETTHREADS_DEAD)
#define PTH_CTRL_DUMPSTATE _BIT(10)
+#define PTH_CTRL_FAVOURNEW _BIT(11)
/* the time value structure */
typedef struct timeval pth_time_t;
|
|