From 1acd28b4aec86a907846e1715bc95208d6e277e6 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 21 Feb 1999 06:38:06 +0000 Subject: Sun Feb 21 1999 Ross Johnson * pthread.h (PTHREAD_MUTEX_INITIALIZER): missing braces around cs element initialiser. Bring some tests up-to-date. --- tests/self2.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/self2.c') diff --git a/tests/self2.c b/tests/self2.c index 51cc129..461e5f9 100644 --- a/tests/self2.c +++ b/tests/self2.c @@ -1,6 +1,4 @@ #include -/* Hack. Peer into implementation details. */ -#include #include #include @@ -13,7 +11,7 @@ entry(void * arg) ordinarily bad, m'kay? */ pthread_t t = pthread_self(); - printf("my thread is %lx\n", t->win32handle); + printf("my thread is %lx\n", t->threadH); return arg; } -- cgit v1.2.3