mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 09:33:16 +00:00
Oops, forgot to commit this (s/ucontext_t/struct __ucontext/).
This commit is contained in:
parent
71233f4fa4
commit
3445a5f016
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90780
@ -81,7 +81,7 @@ int sigaltstack __P((const stack_t *, stack_t *));
|
||||
int sigblock __P((int));
|
||||
int siginterrupt __P((int, int));
|
||||
int sigpause __P((int));
|
||||
int sigreturn __P((ucontext_t *));
|
||||
int sigreturn __P((const struct __ucontext *));
|
||||
int sigsetmask __P((int));
|
||||
int sigstack __P((const struct sigstack *, struct sigstack *));
|
||||
int sigvec __P((int, struct sigvec *, struct sigvec *));
|
||||
|
Loading…
x
Reference in New Issue
Block a user