mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 16:26:12 +08:00
2008-05-27 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/memset.c: Fix documented prototype to remove erroneous const attribute on first parameter.
This commit is contained in:
parent
70bff2d503
commit
676ae29038
@ -1,3 +1,8 @@
|
|||||||
|
2008-05-27 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/string/memset.c: Fix documented prototype to remove
|
||||||
|
erroneous const attribute on first parameter.
|
||||||
|
|
||||||
2008-05-26 Eric Blake <ebb9@byu.net>
|
2008-05-26 Eric Blake <ebb9@byu.net>
|
||||||
|
|
||||||
Optimize the generic and x86 memchr.
|
Optimize the generic and x86 memchr.
|
||||||
|
@ -7,7 +7,7 @@ INDEX
|
|||||||
|
|
||||||
ANSI_SYNOPSIS
|
ANSI_SYNOPSIS
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
void *memset(const void *<[dst]>, int <[c]>, size_t <[length]>);
|
void *memset(void *<[dst]>, int <[c]>, size_t <[length]>);
|
||||||
|
|
||||||
TRAD_SYNOPSIS
|
TRAD_SYNOPSIS
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user