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_arm/trunk/musl-1.1.18/src/stdio/fflush.c

    r352 r400  
    22
    33/* stdout.c will override this if linked */
    4 #ifndef __c2__
    54static FILE *volatile dummy = 0;
    65weak_alias(dummy, __stdout_used);
    7 #else
    8 extern FILE *volatile __stdout_used;
    9 #endif
    106
    117int fflush(FILE *f)
     
    4642}
    4743
    48 #ifndef __c2__
    4944weak_alias(fflush, fflush_unlocked);
    50 #else
    51 int fflush_unlocked(FILE *f)
    52 {
    53         return fflush_unlocked(f);
    54 }
    55 #endif
Note: See TracChangeset for help on using the changeset viewer.