From: Chris Metcalf Date: Thu, 3 Nov 2011 02:19:25 +0000 (-0400) Subject: arch/tile: avoid ISO namespace pollution with X-Git-Tag: v3.2-rc1~51^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b1f39d55864547242b4e4edb86d737bca3a249;p=pandora-kernel.git arch/tile: avoid ISO namespace pollution with is used by glibc's from , which means that it can't clutter the namespace with random symbols or #defines. However, we use to get a suitable type to hold a machine register. This change makes safe to use in this kind of context if __need_int_reg_t is defined prior to including the file; in that case, it only defines a few symbols that are safe in the ISO namespace (prefixed with double underscores). then uses the __uint_reg_t type instead of the normal uint_reg_t. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed