Changeset 377 for asp3_tinet_ecnl_arm


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

_start_cの引数を、auxvを考慮するよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/mbed_stub.c

    r374 r377  
    6868int main()
    6969{
    70         const char *const args[] = {
    71                 1,
     70        static const char *const args[] = {
     71                (char *)1,
    7272                "asp3",
    73                 NULL,
    74                 NULL
     73                0,
     74                // envp
     75                "TZ=JST-9",
     76                0,
     77                // auxv
     78                0
    7579        };
    7680        musl_start(args);
Note: See TracChangeset for help on using the changeset viewer.