summaryrefslogtreecommitdiff
path: root/include/sal
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-12-16 21:59:51 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-16 22:01:18 +0100
commitf2111a7ed11410ac80cd1b700315881d8b8ee7dd (patch)
tree730a39d9b93ee96258a7ac79d4abd8ff45b1d183 /include/sal
parent66397a4fd222757a8bd651c0c297615319eac4a5 (diff)
remove SGI compiler checks
Change-Id: I8b4bce4b9c0cc457732b2de4af93049010de1097
Diffstat (limited to 'include/sal')
-rw-r--r--include/sal/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/types.h b/include/sal/types.h
index cc042464e8e4..11d62ae8a65c 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -88,7 +88,7 @@ typedef unsigned char sal_uInt8;
#define SAL_PRIuUINT64 "I64u"
#define SAL_PRIxUINT64 "I64x"
#define SAL_PRIXUINT64 "I64X"
-#elif defined (__GNUC__) || defined (sgi)
+#elif defined (__GNUC__)
#if SAL_TYPES_SIZEOFLONG == 8
typedef signed long int sal_Int64;
typedef unsigned long int sal_uInt64;