Sign in
mojo
/
mojo-tools
/
b3fa4918574a80c1c47d4c6f728fb617ae73f6b3
/
.
/
fusl
/
src
/
process
/
posix_spawnattr_getsigdefault.c
blob: 7ec60776ce40fe33da9a3007b688a7d4d7ad14f3 [
file
] [
log
] [
blame
]
#include
<spawn.h>
int
posix_spawnattr_getsigdefault
(
const
posix_spawnattr_t
*
restrict attr
,
sigset_t
*
restrict def
)
{
*
def
=
attr
->
__def
;
return
0
;
}