mirror of https://git.musl-libc.org/git/musl
Browse Source
This parameter was incorrectly declared to be a pointer to a function accepting zero parameters. The intent of makecontext is that it is possible to pass integer parameters to the function, so this should have been a pointer to a function accepting an unspecified set of parameters.master
committed by
Rich Felker
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue