From 28706c21dca90eac5d555051ae464d6d292d1a7e Mon Sep 17 00:00:00 2001 From: bje Date: Sat, 3 Oct 1998 04:28:32 +0000 Subject: 1998-10-03 Ben Elliston * configure.in: Test for the `_stdcall' keyword. Define `STDCALL' to `_stdcall' if we have it, null otherwise. * configure: Regenerate. * acconfig.h (STDCALL): New define. --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1a14b49..1756ce9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 1998-10-03 Ben Elliston + * configure.in: Test for the `_stdcall' keyword. Define `STDCALL' + to `_stdcall' if we have it, null otherwise. + + * configure: Regenerate. + + * acconfig.h (STDCALL): New define. + * mutex.c (pthread_mutex_init): Correct function signature. * attr.c (pthread_attr_init): Only zero out the `sigmask' member @@ -13,7 +20,7 @@ native compilation under Win32. * pthread.h (pthread_mutex_init): Make `attr' argument const. - + 1998-10-02 Ben Elliston * COPYING: Remove. -- cgit v1.2.3