xref: /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/types.d (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
1 /**
2  * D header file that defines Solaris-specific types.
3  *
4  * Copyright:   Copyright 2014 Jason King.
5  * License:     $(HTTP www.boost.org/LICENSE_1.0.txt, Boost License 1.0).
6  * Authors:     Jason King
7  */
8 
9 /*
10  * Copyright 2014 Jason King.
11  * Distributed under the Boost Software License, Version 1.0.
12  * See accompanying file LICENSE or copy at
13  *  http://www.boost.org/LICENSE_1_0.txt
14  */
15 
16 module core.sys.solaris.sys.types;
17 
18 version (Solaris):
19 nothrow:
20 @nogc:
21 
22 alias short pri_t;
23 
24 enum P_MYID = -1;
25