Sign in
cobalt
/
cobalt
/
286dd7840608e9cf78bc4a603ff2ec2ee39750c5
/
.
/
src
/
third_party
/
musl
/
src
/
process
/
posix_spawnattr_getsigdefault.c
blob: a49050aa4f7cdc7bbf9b6f3fc738ea74de0b8ca0 [
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
;
}