move msghdr and cmsghdr out of bits/socket.h
[musl.git] / src / unistd / getpid.c
bloba6d4e6d1bc9fc610a54b3a177a7f34bebfe50eb7
1 #include <unistd.h>
2 #include "syscall.h"
4 pid_t getpid(void)
6 return __syscall(SYS_getpid);