summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbje <bje>1998-10-03 04:40:32 +0000
committerbje <bje>1998-10-03 04:40:32 +0000
commit8e68ed4ef6f5d0d6330d2671d253ff875729d1c8 (patch)
tree3b3de8c3c7e2c5fcf556ba76f4a0945709911b61 /ChangeLog
parent7beea63d725e4db27d693f8a27d9a2779f37516b (diff)
1998-10-03 Ben Elliston <bje@cygnus.com>
* create.c (_pthread_start_call): Add STDCALL prefix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f58732..6aa02a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
* acconfig.h (STDCALL): New define.
* config.h.in: Regenerate.
+
+ * create.c (_pthread_start_call): Add STDCALL prefix.
* mutex.c (pthread_mutex_init): Correct function signature.