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