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