libucontext/arch/x86
A. Wilcox 467ee2916d
x86: Update copyright statement
Commit d0ccf2f96f contains the makecontext
fix from Adélie commit aaeb73ea701388e55b7640e32509a5f6a57f6350[1], as
seen at AdelieLinux/libucontext@aaeb73ea – but it didn't include the
addition of my author line.

The full commit text, for future documentation/reference, was:

```
x86: Write link pointer at correct stack offset

It must come *after* the parameters, not *before*.
```

Fixes: d0ccf2f96f ("x86: modernize")
Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com>

[1]: aaeb73ea70
2020-03-30 17:25:30 -05:00
..
defs.h x86: modernize 2020-03-29 15:04:03 +00:00
getcontext.S x86: modernize 2020-03-29 15:04:03 +00:00
makecontext.c x86: Update copyright statement 2020-03-30 17:25:30 -05:00
setcontext.S x86: modernize 2020-03-29 15:04:03 +00:00
startcontext.S x86: modernize 2020-03-29 15:04:03 +00:00
swapcontext.S x86: modernize 2020-03-29 15:04:03 +00:00