Thread (44 messages) 44 messages, 14 authors, 2017-01-13

(unknown)

From: David Howells <dhowells@redhat.com>
Date: 2017-01-13 15:37:04
Also in: alsa-devel, dri-devel, linux-alpha, linux-arch, linux-kbuild, linux-m68k, linux-media, linux-mips, linux-mmc, linux-nfs, linux-rdma, linux-s390, linux-spi, linuxppc-dev, lkml, netfilter-devel

Nicolas Dichtel [off-list ref] wrote:
This header file is exported, thus move it to uapi.
Exported how?
+#ifdef __INT32_TYPE__
+#undef __INT32_TYPE__
+#define __INT32_TYPE__		int
+#endif
+
+#ifdef __UINT32_TYPE__
+#undef __UINT32_TYPE__
+#define __UINT32_TYPE__	unsigned int
+#endif
+
+#ifdef __UINTPTR_TYPE__
+#undef __UINTPTR_TYPE__
+#define __UINTPTR_TYPE__	unsigned long
+#endif
These weren't defined by the kernel before, so why do we need to define them
now?

Will defining __UINTPTR_TYPE__ cause problems in compiling libboost by
changing the signature on C++ functions that use uintptr_t?

David
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help