mirror of git://sourceware.org/git/glibc.git
(__NONE_set_memvals): Correct typo.
This commit is contained in:
parent
3bbe33611e
commit
82f936a410
|
|
@ -46,8 +46,10 @@ int __C_heap_size;
|
||||||
static
|
static
|
||||||
#endif
|
#endif
|
||||||
void
|
void
|
||||||
__NONE_set_memvals (argc, argv, envp),
|
__NONE_set_memvals (argc, argv, envp)
|
||||||
int argc; char **argv; char **envp;
|
int argc;
|
||||||
|
char **argv;
|
||||||
|
char **envp;
|
||||||
{
|
{
|
||||||
|
|
||||||
__rorig =
|
__rorig =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue