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:
authorJeff Johnston <jjohnstn@redhat.com>2002-05-23 22:46:04 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-05-23 22:46:04 +0400
commitafe56517950e244cb8943611c0223c6d7adb7d35 (patch)
tree06bc3d4072f127c3d381a9648bf57bb57feb3451 /newlib/ChangeLog
parent70781754743755b45a7b10c07fadf92afea26b53 (diff)
2002-05-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/string.h (bcmp, bcopy, bzero): Change prototypes to use void * pointers and comply with Single Unix spec. * libc/string/bcmp.c: Change to use void * instead of char *. * libc/string/bcopy.c: Ditto. * libc/string/bzero.c: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 43c5eb4ee..093e24f47 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2002-05-23 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/string.h (bcmp, bcopy, bzero): Change prototypes
+ to use void * pointers and comply with Single Unix spec.
+ * libc/string/bcmp.c: Change to use void * instead of char *.
+ * libc/string/bcopy.c: Ditto.
+ * libc/string/bzero.c: Ditto.
+
2002-05-22 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/shm_open.c: New file.