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:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-23 05:25:47 +0400
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-23 05:25:47 +0400
commit9cd69d84efeb1fbbc59b468760be13430b585964 (patch)
tree7b063b08271195251c55353394c5314b5ba70eca /newlib/ChangeLog
parent849fe25d0e50b015bcbe531113cd400ca0b8269a (diff)
2013-11-22 Bryan Dunsmore <dunsmoreb@gmail.com>
* libc/include/sys/time.h (gettimeofday): Add restrict keyword. (setitimer): Likewise. * libc/sys/rdos/gettod.c (gettimeofday): Likewise. * libc/sys/rtems/crt0.c (gettimeofday): Likewise.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 9fb9bf089..4931f5dda 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-22 Bryan Dunsmore <dunsmoreb@gmail.com>
+
+ * libc/include/sys/time.h (gettimeofday): Add restrict keyword.
+ (setitimer): Likewise.
+ * libc/sys/rdos/gettod.c (gettimeofday): Likewise.
+ * libc/sys/rtems/crt0.c (gettimeofday): Likewise.
+
2013-11-22 Chirayu Desai <chirayudesai1@gmail.com>
* libc/include/sys/unistd.h (readlink): Add restrict keyword.