From 119b33b180c8b125ea0dee4e0181f444fc7278d6 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 25 Jul 1998 15:31:15 +0000 Subject: Sun Jul 26 00:09:59 1998 Ross Johnson * signal.c (pthread_sigmask): Rename "this" to "us" and fix some minor syntax errors. Declare "us" and initialise it. * sync.c (pthread_detach): Rename "this" to "target". --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1d2affd..0027b91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Sun Jul 26 00:09:59 1998 Ross Johnson + * signal.c (pthread_sigmask): Rename "this" to "us" and fix some + minor syntax errors. Declare "us" and initialise it. + + * sync.c (pthread_detach): Rename "this" to "target". + * pthread.h: Converting PTHREAD_* defines to alias the (const int) values in global.c. -- cgit v1.2.3