From 9b75468a10363ada39a17563cca6bcd819ec8fcd Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 16 Jan 1999 17:34:53 +0000 Subject: Sun Jan 17 12:01:26 1999 Ross Johnson * private.c (_pthread_sem_timedwait): Move from semaphore.c. * semaphore.c : Remove redundant #includes. (_pthread_sem_timedwait): Move to private.c. (sem_wait): Add missing abstime arg to pthreadCancelableWait() call. 1999-01-17 Ross Johnson * runtest: New script to build and run a test in the tests directory. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 170f913..d4da384 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sun Jan 17 12:01:26 1999 Ross Johnson + + * private.c (_pthread_sem_timedwait): Move from semaphore.c. + + * semaphore.c : Remove redundant #includes. + (_pthread_sem_timedwait): Move to private.c. + (sem_wait): Add missing abstime arg to pthreadCancelableWait() call. + +Fri Jan 15 23:38:05 1999 Ross Johnson + + * condvar.c (cond_timedwait): Remove comment. + Fri Jan 15 15:41:28 1999 Ross Johnson * pthread.h: Add new 'abstime' arg to pthreadCancelableWait() -- cgit v1.2.3