From 676ae29038b2f0585f75a74d2ba2a1acc559aa7b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 27 May 2008 18:44:40 +0000 Subject: 2008-05-27 Jeff Johnston * libc/string/memset.c: Fix documented prototype to remove erroneous const attribute on first parameter. --- newlib/libc/string/memset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') diff --git a/newlib/libc/string/memset.c b/newlib/libc/string/memset.c index 8dbb5f85d..55d2ce180 100644 --- a/newlib/libc/string/memset.c +++ b/newlib/libc/string/memset.c @@ -7,7 +7,7 @@ INDEX ANSI_SYNOPSIS #include - void *memset(const void *<[dst]>, int <[c]>, size_t <[length]>); + void *memset(void *<[dst]>, int <[c]>, size_t <[length]>); TRAD_SYNOPSIS #include -- cgit v1.2.3