git: <sys/signal.h>: Adjust the type of stack_t's ss_sp from char * to void *.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Jun 12 14:25:43 PDT 2019


commit 588042b53209e1a0825c7d71916378c967cbfb4b
Author: Sascha Wildner <saw at online.de>
Date:   Wed Jun 12 22:34:10 2019 +0200

    <sys/signal.h>: Adjust the type of stack_t's ss_sp from char * to void *.

Summary of changes:
 lib/libc/sys/sigaltstack.2               | 4 ++--
 lib/libc/x86_64/gen/makecontext.c        | 2 +-
 lib/libc/x86_64/gen/quickcontext.c       | 3 ++-
 sys/platform/pc64/x86_64/machdep.c       | 4 ++--
 sys/platform/vkernel64/x86_64/cpu_regs.c | 4 ++--
 sys/sys/signal.h                         | 2 +-
 6 files changed, 10 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/588042b53209e1a0825c7d71916378c967cbfb4b


-- 
DragonFly BSD source repository



More information about the Commits mailing list