OSDN Git Service

fix signature of function accepted by makecontext
authorBobby Bingham <koorogi@koorogi.info>
Fri, 5 Apr 2019 17:26:17 +0000 (12:26 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 5 Apr 2019 21:29:00 +0000 (17:29 -0400)
commite8e780af9865edbc0495aed326a736d013ef7168
tree41eb35def1a6602669eba0b2f68d607c1ee8bd0d
parent8186880393510222a8616fc4b185facd9dfdd06e
fix signature of function accepted by makecontext

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.
include/ucontext.h