5876 sys/regset.h pollutes name space (try 2)
[unleashed.git] / usr / src / test / libc-tests / cfg / symbols / ucontext_h.cfg
blob3c51d3b75545ebd2d1dae38eb9a7fba23da36f91
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Garrett D'Amore <garrett@damore.org>
14 # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
18 # Definitions found in ucontext.h
22 # Types.
24 type |  sigset_t        | ucontext.h | -POSIX+ SUS+
25 type |  stack_t         | ucontext.h | -POSIX+ SUS+
26 type |  mcontext_t      | ucontext.h | -POSIX+ SUS+
27 type |  ucontext_t      | ucontext.h | -POSIX+ SUS+
30 # Values.
32 value | REG_SP          | int   | ucontext.h | -POSIX+ -SUS+
33 value | GETCONTEXT      | int   | ucontext.h | -POSIX+ -SUS+
36 # Functions