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 cc38d83..6ce8d8b 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 ad1ba6d..90507e7 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];