Changes in uspace/lib/c/include/fibril.h [bc56f30:4805495] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/fibril.h
rbc56f30 r4805495 36 36 #define _LIBC_FIBRIL_H_ 37 37 38 #include <types/common.h> 38 39 #include <time.h> 39 #include <_bits/errno.h>40 40 #include <_bits/__noreturn.h> 41 #include <_bits/decls.h>42 43 __HELENOS_DECLS_BEGIN;44 41 45 42 typedef struct fibril fibril_t; … … 74 71 extern __noreturn void fibril_exit(long); 75 72 76 __HELENOS_DECLS_END;77 78 73 #endif 79 74
Note:
See TracChangeset
for help on using the changeset viewer.