Changeset e7267a2 in mainline for uspace/lib/c/generic/fibril.c
- Timestamp:
- 2012-11-18T20:00:33Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34ae0a5
- Parents:
- dbb3552
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril.c
rdbb3552 re7267a2 49 49 #include <assert.h> 50 50 #include <async.h> 51 52 #ifndef FIBRIL_INITIAL_STACK_PAGES_NO53 #define FIBRIL_INITIAL_STACK_PAGES_NO 154 #endif55 51 56 52 /**
Note:
See TracChangeset
for help on using the changeset viewer.