Sign in
mojo
/
mojo-tools
/
17e3b04429ce6ad836128e1ceffefd85493ec779
/
.
/
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
;
}