History log of /netbsd/sys/compat/common/compat_sigaltstack.h (Results 1 – 4 of 4)
Revision Date Author Comments
# eb96f2eb 01-Nov-2021 thorpej <thorpej@NetBSD.org>

Use "stack_t" instead of "struct sigaltstack", as the former is the
newer standardized name. NFC.


# c7946854 05-Jun-2011 dsl <dsl@NetBSD.org>

Use 'curlwp' here insteald of the 'l' - which isn't passsed as an arg
to the #define, but will always be curlwp.


# ec918d6d 16-Jun-2007 dsl <dsl@NetBSD.org>

Modify the (recently added) compat_sigaltstack() #define to take the
values of the SS_ONSTACK and SS_DISABLE constants.
Use it to shorten the source files when this action is replicated.
Actually, gi

Modify the (recently added) compat_sigaltstack() #define to take the
values of the SS_ONSTACK and SS_DISABLE constants.
Use it to shorten the source files when this action is replicated.
Actually, given the monstrous complexity of sigaltstack1() there is
probably a much better way to do this...

show more ...


# 938cde68 03-Jun-2007 dsl <dsl@NetBSD.org>

Add a #define that expands to the compat wrapper for sigaltstack1().
Use it for the netbsd32_compat_13.c version of the code.