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/env/putenv.c

    r352 r400  
    55char *__strchrnul(const char *, int);
    66
    7 #ifndef __c2__
    87static void dummy(char *old, char *new) {}
    98weak_alias(dummy, __env_rm_add);
    10 #else
    11 extern void __env_rm_add(char *old, char *new);
    12 #endif
    139
    1410int __putenv(char *s, size_t l, char *r)
Note: See TracChangeset for help on using the changeset viewer.