Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2018 08:09:26 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r337895 - stable/11/sys/compat/linuxkpi/common/include/linux
Message-ID:  <201808160809.w7G89QE3016005@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu Aug 16 08:09:26 2018
New Revision: 337895
URL: https://svnweb.freebsd.org/changeset/base/337895

Log:
  MFC r337373:
  Define __poll_t type in the LinuxKPI.
  
  Submitted by:	Johannes Lundberg <johalun0@gmail.com>
  Sponsored by:	Mellanox Technologies

Modified:
  stable/11/sys/compat/linuxkpi/common/include/linux/types.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/compat/linuxkpi/common/include/linux/types.h
==============================================================================
--- stable/11/sys/compat/linuxkpi/common/include/linux/types.h	Thu Aug 16 08:08:30 2018	(r337894)
+++ stable/11/sys/compat/linuxkpi/common/include/linux/types.h	Thu Aug 16 08:09:26 2018	(r337895)
@@ -59,6 +59,7 @@ typedef uint64_t loff_t;
 typedef vm_paddr_t resource_size_t;
 typedef uint16_t __bitwise__ __sum16;
 typedef unsigned long pgoff_t;
+typedef unsigned __poll_t;
 
 typedef u64 phys_addr_t;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808160809.w7G89QE3016005>