aboutsummaryrefslogtreecommitdiff
path: root/arch/ppc/bits/stdint.h
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2012-11-09 23:36:55 +0100
committerrofl0r <retnyg@gmx.net>2012-11-13 19:12:25 +0100
commit1c8eb8bad791fe9d01d0d4ab77882db634fa933d (patch)
treed3faf83663c1383f7ea16a0e6c68b3e2f4cc968a /arch/ppc/bits/stdint.h
parentimport preliminary ppc work by rdp. (diff)
downloadgrovel-1c8eb8bad791fe9d01d0d4ab77882db634fa933d.tar.gz
grovel-1c8eb8bad791fe9d01d0d4ab77882db634fa933d.tar.xz
PPC port cleaned up, static linking works well now.
Diffstat (limited to 'arch/ppc/bits/stdint.h')
-rw-r--r--arch/ppc/bits/stdint.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/ppc/bits/stdint.h b/arch/ppc/bits/stdint.h
deleted file mode 100644
index 8e21a8cb..00000000
--- a/arch/ppc/bits/stdint.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#define INT_FAST8_MIN INT8_MIN
-#define INT_FAST16_MIN INT32_MIN
-#define INT_FAST32_MIN INT32_MIN
-#define INT_FAST64_MIN INT64_MIN
-
-#define INT_FAST8_MAX INT8_MAX
-#define INT_FAST16_MAX INT32_MAX
-#define INT_FAST32_MAX INT32_MAX
-#define INT_FAST64_MAX INT64_MAX
-
-#define UINT_FAST8_MAX UINT8_MAX
-#define UINT_FAST16_MAX UINT32_MAX
-#define UINT_FAST32_MAX UINT32_MAX
-#define UINT_FAST64_MAX UINT64_MAX
-
-#define INTPTR_MIN INT32_MIN
-#define INTPTR_MAX INT32_MAX
-#define UINTPTR_MAX UINT32_MAX
-#define PTRDIFF_MIN INT32_MIN
-#define PTRDIFF_MAX INT32_MAX
-#define SIG_ATOMIC_MIN INT32_MIN
-#define SIG_ATOMIC_MAX INT32_MAX
-#define SIZE_MAX UINT32_MAX