📄 mq_notify.c
字号:
/* Copyright 2002, Red Hat Inc. */#include <mqueue.h>#include <errno.h>#include <machine/weakalias.h>#include "mqlocal.h"int__libc_mq_notify (mqd_t msgid, const struct sigevent *notification){ errno = ENOSYS; return -1;}weak_alias (__libc_mq_notify, mq_notify)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -