From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Ledford Subject: Re: [PATCH rdma-core] verbs: Fix declaration of C++ include file in C-block Date: Wed, 25 Oct 2017 15:29:42 -0400 Message-ID: <1508959782.3325.62.camel@redhat.com> References: <20171025092323.20082-1-leon@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171025092323.20082-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Leon Romanovsky , Jason Gunthorpe , Yishai Hadas Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Leon Romanovsky List-Id: linux-rdma@vger.kernel.org On Wed, 2017-10-25 at 12:23 +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > The include of limits.h in case of C++ application throws the > following > error during the compilation. > > /usr/include/c++/4.8.2/limits:303:3: error: template with C linkage > template > ^ > > The reason to such failure is the location of limits.c, it is > supposed > to be included outside of C-block, so let's move it to avoid the > error. > > Fixes: 6a74285158a1 ("verbs: Fix C++ compilation break") > Signed-off-by: Leon Romanovsky Thanks, applied. -- Doug Ledford GPG KeyID: B826A3330E572FDD Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html