de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# This file and its contents are supplied under the terms of the
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# You may only use this file in accordance with the terms of version
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# 1.0 of the CDDL.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# http://www.illumos.org/license/CDDL.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Copyright 2015 Garrett D'Amore <garrett@damore.org>
bc0e91320069f0bcaee43e80a7ea686d9efa2d08Gordon Ross# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Definitions found in ucontext.h
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Types.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
bc0e91320069f0bcaee43e80a7ea686d9efa2d08Gordon Rosstype | sigset_t | ucontext.h | -POSIX+ SUS+
bc0e91320069f0bcaee43e80a7ea686d9efa2d08Gordon Rosstype | stack_t | ucontext.h | -POSIX+ SUS+
bc0e91320069f0bcaee43e80a7ea686d9efa2d08Gordon Rosstype | mcontext_t | ucontext.h | -POSIX+ SUS+
bc0e91320069f0bcaee43e80a7ea686d9efa2d08Gordon Rosstype | ucontext_t | ucontext.h | -POSIX+ SUS+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Values.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
bc0e91320069f0bcaee43e80a7ea686d9efa2d08Gordon Rossvalue | REG_SP | int | ucontext.h | -POSIX+ -SUS+
bc0e91320069f0bcaee43e80a7ea686d9efa2d08Gordon Rossvalue | GETCONTEXT | int | ucontext.h | -POSIX+ -SUS+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Functions
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#