Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/musl-1.1.18/include/bits/alltypes.h

    r364 r374  
    2323#define open musl_open
    2424#define perror musl_perror
     25#define printf musl_printf
    2526#define read musl_read
    2627#define realloc musl_realloc
     
    3132#define tzset musl_tzset
    3233#define unlink musl_unlink
     34#define strncmp musl_strncmp
     35#define strtol musl_strtol
     36#define strchr musl_strchr
    3337#endif
    3438#ifdef _MSC_VER
Note: See TracChangeset for help on using the changeset viewer.