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

    r337 r400  
    66char *__strchrnul(const char *, int);
    77
    8 #ifndef __c2__
    98static void dummy(char *old, char *new) {}
    109weak_alias(dummy, __env_rm_add);
    11 #else
    12 extern void __env_rm_add(char *old, char *new);
    13 #endif
    1410
    1511int unsetenv(const char *name)
Note: See TracChangeset for help on using the changeset viewer.