posix-msg_nosignal.c 69 B

123456789
  1. #include <sys/socket.h>
  2. int
  3. main(void)
  4. {
  5. return (MSG_NOSIGNAL);
  6. }