+ -
当前位置:首页 → 问答吧 → /usr/include/bits/fcntl.h 88,89行注释是不是反了?

/usr/include/bits/fcntl.h 88,89行注释是不是反了?

时间:2010-09-15

来源:互联网

本帖最后由 梅川内依酷 于 2010-09-15 15:49 编辑

我的88行
  1. #define F_SETOWN 8 /*Get owner of soket (receiver of SIGIO). */
复制代码
89行:
  1. #define F_GETOWN 8 /*Set owner of soket (receiver of SIGIO). */
复制代码
F_SETOWN F_GETOWN应该前一个是设置吧?

Fedora 10.。


麻烦各位看看自己的系统.

作者: 梅川内依酷   发布时间: 2010-09-15

可以去领奖金了

作者: cookis   发布时间: 2010-09-15

找最新版的确认下

作者: hellioncu   发布时间: 2010-09-15

#if defined __USE_BSD || defined __USE_UNIX98 || defined __USE_XOPEN2K8
# define F_SETOWN        8        /* Get owner (process receiving SIGIO).  */
# define F_GETOWN        9        /* Set owner (process receiving SIGIO).  */
#endif

作者: ps1987   发布时间: 2010-09-15