Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/fibril.h

    rbc56f30 r4805495  
    3636#define _LIBC_FIBRIL_H_
    3737
     38#include <types/common.h>
    3839#include <time.h>
    39 #include <_bits/errno.h>
    4040#include <_bits/__noreturn.h>
    41 #include <_bits/decls.h>
    42 
    43 __HELENOS_DECLS_BEGIN;
    4441
    4542typedef struct fibril fibril_t;
     
    7471extern __noreturn void fibril_exit(long);
    7572
    76 __HELENOS_DECLS_END;
    77 
    7873#endif
    7974
Note: See TracChangeset for help on using the changeset viewer.