- Timestamp:
- Apr 26, 2004, 2:10:35 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/testcase/libc/miscinnotek/tls.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r1383 r1384 40 40 int cTLSes = 0; 41 41 int aiTLSes[1024]; 42 42 43 43 44 /* … … 48 49 { 49 50 aiTLSes[cTLSes] = __libc_TLSAlloc(); 50 if (aiTLSes[cTLSes] >=0)51 if (aiTLSes[cTLSes] 0) 51 52 break; 52 53 cTLSes++; … … 57 58 printf("tls: error: cTLSes != max (%d != %d)\n", cTLSes, __LIBC_TLS_MAX); 58 59 cErrors++; 60 61 62 63 64 65 66 67 68 69 70 71 72 73 59 74 } 60 75 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
