mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
parent
5e069a64d4
commit
d932948fb4
954 changed files with 1095 additions and 1342 deletions
|
@ -19,6 +19,6 @@
|
|||
#include "libc/bits/initializer.internal.h"
|
||||
#include "libc/stdio/stdio.h"
|
||||
|
||||
FILE *g_logfile;
|
||||
FILE *__log_file;
|
||||
|
||||
INITIALIZER(401, _init_g_logfile, (g_logfile = stderr));
|
||||
INITIALIZER(401, _init_log_file, (__log_file = stderr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue