Changeset 1384 for trunk/src


Ignore:
Timestamp:
Apr 26, 2004, 2:10:35 AM (22 years ago)
Author:
bird
Message:

very basic testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/testcase/libc/miscinnotek/tls.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1383 r1384  
    4040    int     cTLSes = 0;
    4141    int     aiTLSes[1024];
     42
    4243
    4344    /*
     
    4849    {
    4950        aiTLSes[cTLSes] = __libc_TLSAlloc();
    50         if (aiTLSes[cTLSes] >= 0)
     51        if (aiTLSes[cTLSes] 0)
    5152            break;
    5253        cTLSes++;
     
    5758        printf("tls: error: cTLSes != max (%d != %d)\n", cTLSes, __LIBC_TLS_MAX);
    5859        cErrors++;
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
    5974    }
    6075
Note: See TracChangeset for help on using the changeset viewer.