Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index b8cf3352d..44c326e38 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,18 @@
+2007-07-06 Jeff Johnston <jjohnstn@redhat.com>
+
+ * arm/syscalls.c (gettimeofday): Change to POSIX signature
+ where second argument is passed as void *.
+ * bfin/syscalls.c (gettimeofday): Ditto.
+ * cris/gensyscalls (gettimeofday): Ditto.
+ * cris/linunistd.h (gettimeofday): Ditto.
+ * crx/time.c (gettimeofday): Ditto.
+ * frv/sim-time.c (gettimeofday): Ditto.
+ * i386/cygmon-salib.c (gettimeofday): Ditto.
+ * libnosys/gettod.c (gettimeofday): Ditto.
+ * m68k/io-gettimeofday.c (gettimeofday): Ditto.
+ * sparc/cygmon-salib.c (gettimeofday): Ditto.
+ * spu/gettimeofday.c (gettimeofday): Ditto.
+
2007-06-20 Patrick Mansfield <patmans@us.ibm.com>
* spu/jsre.h: Add JSRE_MKSTEMP and JSRE_MKTEMP values.