Ignore:
Timestamp:
Jun 7, 2019, 10:13:19 PM (5 years ago)
Author:
coas-nagasima
Message:

ファイルヘッダーの更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/musl-1.1.18/src/stdio/__stdio_exit.c

    r337 r400  
    11#include "stdio_impl.h"
    22
    3 #ifndef __c2__
    43static FILE *volatile dummy_file = 0;
    54weak_alias(dummy_file, __stdin_used);
    65weak_alias(dummy_file, __stdout_used);
    76weak_alias(dummy_file, __stderr_used);
    8 #else
    9 extern FILE *volatile __stdin_used;
    10 extern FILE *volatile __stdout_used;
    11 #endif
    127
    138static void close_file(FILE *f)
     
    2722}
    2823
    29 #ifndef __c2__
    3024weak_alias(__stdio_exit, __stdio_exit_needed);
    31 #else
    32 void __stdio_exit_needed(void)
    33 {
    34         __stdio_exit();
    35 }
    36 #endif
Note: See TracChangeset for help on using the changeset viewer.