summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1998-10-03 04:28:32 +0000
committerbje <bje>1998-10-03 04:28:32 +0000
commit28706c21dca90eac5d555051ae464d6d292d1a7e (patch)
tree3416351c10d7ae608227d23027143cacd57725dc /ChangeLog
parent6387bf1151eb5d61e4ce2fca165b013dcc5e29fc (diff)
1998-10-03 Ben Elliston <bje@cygnus.com>
* configure.in: Test for the `_stdcall' keyword. Define `STDCALL' to `_stdcall' if we have it, null otherwise. * configure: Regenerate. * acconfig.h (STDCALL): New define.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a14b49..1756ce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
1998-10-03 Ben Elliston <bje@cygnus.com>
+ * 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 <bje@cygnus.com>
* COPYING: Remove.