| Index: fusl/src/internal/libc.c
|
| diff --git a/fusl/src/internal/libc.c b/fusl/src/internal/libc.c
|
| index 2e10942df1b7fc3fa5745451fcf5732a45eadd89..befd2701ae60af4b5d5f5d5109fd2f046dac2884 100644
|
| --- a/fusl/src/internal/libc.c
|
| +++ b/fusl/src/internal/libc.c
|
| @@ -4,7 +4,7 @@ struct __libc __libc;
|
|
|
| size_t __hwcap;
|
| size_t __sysinfo;
|
| -char *__progname=0, *__progname_full=0;
|
| +char *__progname = 0, *__progname_full = 0;
|
|
|
| weak_alias(__progname, program_invocation_short_name);
|
| weak_alias(__progname_full, program_invocation_name);
|
|
|