From: Ulrich Drepper Date: Fri, 27 Jun 1997 23:09:04 +0000 (+0000) Subject: (__NONE_set_memvals): Correct typo. X-Git-Tag: glibc-2.16-ports-before-merge~3487 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82f936a4101662484b52a4650a2c68e627c4c871;p=thirdparty%2Fglibc.git (__NONE_set_memvals): Correct typo. --- diff --git a/sysdeps/standalone/brk.c b/sysdeps/standalone/brk.c index 5985b3099e0..6ee99350920 100644 --- a/sysdeps/standalone/brk.c +++ b/sysdeps/standalone/brk.c @@ -46,8 +46,10 @@ int __C_heap_size; static #endif void -__NONE_set_memvals (argc, argv, envp), - int argc; char **argv; char **envp; +__NONE_set_memvals (argc, argv, envp) + int argc; + char **argv; + char **envp; { __rorig =