Home | History | Annotate | Line # | Download | only in dist
      1  1.1  christos #include <sys/socket.h>
      2  1.1  christos #include <stddef.h>
      3  1.1  christos 
      4  1.1  christos int
      5  1.1  christos main(void)
      6  1.1  christos {
      7  1.1  christos 	return recvmsg(-1, NULL, 0) != -1;
      8  1.1  christos }
      9