kaniini / libucontext

ucontext implementation featuring glibc-compatible ABI
Other
102 stars 41 forks source link

x86: Update copyright statement #18

Closed awilfox closed 4 years ago

awilfox commented 4 years ago

Commit d0ccf2f96f12bfa040cc056f7dc26b3fd25c168d contains the makecontext fix 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: d0ccf2f96f12 ("x86: modernize")