diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-04 12:20:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-04 12:20:37 +0000 |
commit | 50c5a69d70ae782fdb5b763e08d0887809cbd635 (patch) | |
tree | 9a35512ecbd09ca9005c76dac2fb7db8dd1e91d9 /ares | |
parent | 9ebe4ab60cd25fce9641fe20484e5b649b36bfcb (diff) |
the gettimeofday fix
Diffstat (limited to 'ares')
-rw-r--r-- | ares/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 49a9ad3c9..14c806c6a 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -5,6 +5,12 @@ doesn't want these improvements. The package is called 'c-ares' for now since I (Daniel Stenberg) want this for use within the curl project (hence the letter C) and it makes a nice pun. +* January 4, 2004: + +- Dominick Meglio made the private gettimeofday() become ares_gettimeofday() + instead in order to not pollute the name space and risk colliding with + other libraries' versions of this function. + * October 24, 2003. Daniel Stenberg: Added ares_version(). |