summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2017-10-12 08:27:57 +0000
committerhselasky <hselasky@FreeBSD.org>2017-10-12 08:27:57 +0000
commitf63b8b467f6a9724948e5571b71e7bb00737a537 (patch)
tree075581ba7e328a5e284b994c1e63fbf886e6bd8a /lib
parent1e417842eece3e32e819ac34649ab04c574ea0f0 (diff)
downloadFreeBSD-src-f63b8b467f6a9724948e5571b71e7bb00737a537.zip
FreeBSD-src-f63b8b467f6a9724948e5571b71e7bb00737a537.tar.gz
MFC r324320:
Add support for new cuse(3) error code, CUSE_ERR_NO_DEVICE. This error code is useful when emulating Linux input event devices from userspace. PR: 218626 Submitted by: jan.kokemueller@gmail.com Sponsored by: Mellanox Technologies
Diffstat (limited to 'lib')
-rw-r--r--lib/libcuse/cuse.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcuse/cuse.3 b/lib/libcuse/cuse.3
index 6d8d2a3..89eef88 100644
--- a/lib/libcuse/cuse.3
+++ b/lib/libcuse/cuse.3
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 6, 2014
+.Dd October 5, 2017
.Dt CUSE 3
.Os
.Sh NAME
@@ -292,6 +292,7 @@ enum {
CUSE_ERR_SIGNAL
CUSE_ERR_OTHER
CUSE_ERR_NOT_LOADED
+ CUSE_ERR_NO_DEVICE
CUSE_POLL_NONE
CUSE_POLL_READ
OpenPOWER on IntegriCloud