Changes in uspace/app/tester/float/float1.c [d5c1051:582a0b8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/float/float1.c
rd5c1051 r582a0b8 28 28 */ 29 29 30 #include <errno.h>31 30 #include <stdio.h> 32 31 #include <stdlib.h> … … 76 75 TPRINTF("Creating threads"); 77 76 for (unsigned int i = 0; i < THREADS; i++) { 78 if (thread_create(e, NULL, "e", NULL) != EOK) {77 if (thread_create(e, NULL, "e", NULL) < 0) { 79 78 TPRINTF("\nCould not create thread %u\n", i); 80 79 break;
Note:
See TracChangeset
for help on using the changeset viewer.