time: fix incorrect DST offset when using POSIX timezones without DST
[musl.git] / src / process / posix_spawnattr_getflags.c
blobaa635ddaf6a1703b1237608d540729a544e6d48e
1 #include <spawn.h>
3 int posix_spawnattr_getflags(const posix_spawnattr_t *restrict attr, short *restrict flags)
5 *flags = attr->__flags;
6 return 0;