Rename __setjmp/__longjmp to __context_save/__context_restore
commitb4f117122b26d549e7cdbd586de66b7c21511361
authorJiří Zárevúcky <zarevucky.jiri@gmail.com>
Sun, 3 Feb 2019 14:49:38 +0000 (3 15:49 +0100)
committerJiří Zárevúcky <zarevucky.jiri@gmail.com>
Sun, 3 Feb 2019 14:56:13 +0000 (3 15:56 +0100)
treea25da8aa1bdf04d9674bc9150c05bf9bab71b405
parenta5c78a18893be91b59c28590353ad8d90673105a
Rename __setjmp/__longjmp to __context_save/__context_restore

Once upon a time, I renamed context_save/context_restore to
__setjmp/__longjmp with the reasoning that they are almost
the same as setjmp/longjmp. I never got rid of the "almost",
so it ended up being somewhat confusing.
This is just a late correction of the old change.
13 files changed:
uspace/lib/c/arch/abs32le/src/fibril.c
uspace/lib/c/arch/amd64/src/fibril.S
uspace/lib/c/arch/arm32/src/fibril.S
uspace/lib/c/arch/ia32/src/fibril.S
uspace/lib/c/arch/ia64/include/libarch/fibril.h
uspace/lib/c/arch/ia64/src/fibril.S
uspace/lib/c/arch/mips32/src/fibril.S
uspace/lib/c/arch/ppc32/src/fibril.S
uspace/lib/c/arch/riscv64/src/fibril.c
uspace/lib/c/arch/sparc64/src/fibril.S
uspace/lib/c/generic/context.c
uspace/lib/c/generic/setjmp.c
uspace/lib/c/include/setjmp.h