]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r215183: Make POLL_ERR and POLL_HUP different.
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 20 Nov 2010 16:46:16 +0000 (16:46 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 20 Nov 2010 16:46:16 +0000 (16:46 +0000)
commit4dbec518cae61225ff8e37206bc38303c0e96d6b
tree36bdde34c7188f2a9c8b28934368ef138d2f5cd8
parent90108307f021d103826fd9806248f475163a41a7
MFC r215183: Make POLL_ERR and POLL_HUP different.

The kernel currently does not generate any of the POLL_* constants, but
some applications use them and break if they are not all distinct.

PR: kern/126076

git-svn-id: svn://svn.freebsd.org/base/stable/8@215572 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sys/signal.h