move msghdr and cmsghdr out of bits/socket.h
[musl.git] / src / unistd / setpgrp.c
bloba2a37f65f3b7ec1c0aff38da28949b1972ec80a5
1 #include <unistd.h>
3 pid_t setpgrp(void)
5 return setpgid(0, 0);