Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/float/float1.c

    rd5c1051 r582a0b8  
    2828 */
    2929
    30 #include <errno.h>
    3130#include <stdio.h>
    3231#include <stdlib.h>
     
    7675        TPRINTF("Creating threads");
    7776        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) {
    7978                        TPRINTF("\nCould not create thread %u\n", i);
    8079                        break;
Note: See TracChangeset for help on using the changeset viewer.