20010925-1.c: Changed the memcpy declaration.
authorD.Venkatasubramanian <dvenkat@noida.hcltech.com>
Tue, 28 Jan 2003 18:33:19 +0000 (18:33 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 28 Jan 2003 18:33:19 +0000 (10:33 -0800)
        * gcc.c-torture/execute/20010925-1.c: Changed the
        memcpy declaration.

From-SVN: r61992

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20010925-1.c

index cc38d837c65ae4a95f4ac1a383ea87fcbcd3e710..6ce8d8b856372f6d4f290370c80d7d35263fc826 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
+
+        * gcc.c-torture/execute/20010925-1.c: Changed the
+        memcpy declaration.
+
 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/3902
index ad1ba6dd23190593a90624447e32dad0e72ebce1..90507e7951a64dd9e59c725c669b02301dca25e8 100644 (file)
@@ -1,7 +1,7 @@
 extern void exit(int);
 extern void abort (void);
 
-extern void * memcpy (void *, const void *, unsigned int);
+extern void * memcpy (void *, const void *, __SIZE_TYPE__);
 int foo (void *, void *, unsigned int c);
 
 int src[10];