sysv_print_err
sysv_print_err("fcntl error\n");
sysv_print_err("register to daemon error\n");
sysv_print_err("pthread_atfork error\n");
sysv_print_err("deadlock: mutex aleady acquired by the thread\n");
sysv_print_err("eperm try unlock a mutex that is not acquired\n");
sysv_print_err("msghdr->msg_spot out of range");
sysv_print_err("msghdr->msg_spot != -1");
sysv_print_err("can't reduce msg_qbytes to 0\n");
sysv_print_err("invalid command %d\n", cmd);
sysv_print_err("need more resources but caller doesn't want to wait\n");
sysv_print_err("msgsnd: interrupted system call\n");
sysv_print_err("segs_needed > nfree_msgmaps");
sysv_print_err("msgsz + msg_cbytes > msg_qbytes");
sysv_print_err("out of range free_msgmaps %d #1\n", next);
sysv_print_err("mtype (%ld) < 1\n", msghdr->msg_type);
sysv_print_err("out of range free_msgmaps %d #2\n", next);
sysv_print_err("first message on the queue is too big"
sysv_print_err("first.msg_first_index/last screwed up #1");
sysv_print_err("requested message on the queue"
sysv_print_err("something wrong put_shmdata\n");
sysv_print_err("no appropriate message found (mtype=%ld)\n",
sysv_print_err("msgrcv: interrupted system call\n");
sysv_print_err("msqptr != &msqpptr->ds");
sysv_print_err("out of range free_msgmaps %d #3\n", next);
sysv_print_err("no undo segment\n");
sysv_print_err("can not map undo segment\n");
sysv_print_err("something wrong put_shmdata\n");
sysv_print_err("init sysv ipc\n");
sysv_print_err("fcntl error\n");
sysv_print_err("mmap\n");
sysv_print_err(" %d shmchild\n", error);
sysv_print_err("socket(%d)\n", sock);
sysv_print_err("connect(%d)\n", sock);
sysv_print_err("sendmsg(%d)\n", sock);
sysv_print_err("sendmsg: expected sent 1 got %ld\n",
sysv_print_err("recvmsg\n");
sysv_print_err("recvmsg: expected received 1 got %ld\n",
sysv_print_err("no message header\n");
sysv_print_err("expected type %d got %d\n",
sysv_print_err("sendmsg on fd %d\n", sock);
sysv_print_err("recvmsg on fd %d\n", sock);
sysv_print_err("init socket");
sysv_print_err("bind");
sysv_print_err("listen");
sysv_print_err("accept");
void sysv_print_err(const char *fmt, ...) __printflike(1, 2);