summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-07-20 17:26:00 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:17 +0200
commitcdab6fb231fd19ef1ae22db7c1cc98b8f7fbf98c (patch)
tree947b8a070c9ccb29788e2e3485f47c307717aad4 /ChangeLog
parent3bb46984fe4c76460a48cec338d210fe59a17807 (diff)
2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
* kern/mach_clock.c (timeout): Make the `fcn' parameter take a void * instead of char *. * kern/mach_clock.h (timeout): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b15bd61..7d4fddce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
* kern/lock_mon.c (retry_simple_lock, retry_bit_lock): Likewise.
* kern/machine.c (Debugger): Remove declaration.
* device/net_io.c (net_deliver): Fix parenthesis to really round up.
+ * kern/mach_clock.c (timeout): Make the `fcn' parameter take a void *
+ instead of char *.
+ * kern/mach_clock.h (timeout): Likewise.
2008-07-19 Barry deFreese <bddebian@comcast.net>