Changeset 55f068c in mainline for uspace/lib/c/arch/abs32le/src/fibril.c
- Timestamp:
- 2018-03-11T17:15:15Z (7 years ago)
- Children:
- 12ae6d8
- Parents:
- 615e83d
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-11 17:07:39)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-11 17:15:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/src/fibril.c
r615e83d r55f068c 33 33 #include <stdbool.h> 34 34 35 int setjmp(context_t *ctx)35 int __setjmp(context_t *ctx) 36 36 { 37 37 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.