diff options
author | rofl0r <retnyg@gmx.net> | 2012-11-09 23:36:55 +0100 |
---|---|---|
committer | rofl0r <retnyg@gmx.net> | 2012-11-13 19:12:25 +0100 |
commit | 1c8eb8bad791fe9d01d0d4ab77882db634fa933d (patch) | |
tree | d3faf83663c1383f7ea16a0e6c68b3e2f4cc968a /arch/ppc/bits/limits.h | |
parent | import preliminary ppc work by rdp. (diff) | |
download | grovel-1c8eb8bad791fe9d01d0d4ab77882db634fa933d.tar.gz grovel-1c8eb8bad791fe9d01d0d4ab77882db634fa933d.tar.xz |
PPC port cleaned up, static linking works well now.
Diffstat (limited to 'arch/ppc/bits/limits.h')
-rw-r--r-- | arch/ppc/bits/limits.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/ppc/bits/limits.h b/arch/ppc/bits/limits.h deleted file mode 100644 index e19461df..00000000 --- a/arch/ppc/bits/limits.h +++ /dev/null @@ -1,8 +0,0 @@ -#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \ - || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) -#define PAGE_SIZE 4096 -#define LONG_BIT 32 -#endif - -#define LONG_MAX 0x7fffffffL -#define LLONG_MAX 0x7fffffffffffffffLL |