diff options
| author | Rich Felker <dalias@aerifal.cx> | 2011-02-15 00:33:23 -0500 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2011-02-15 00:33:23 -0500 | 
| commit | 1355fdca7cb923c93f9011d8e9dcf49e1a67e537 (patch) | |
| tree | bdff256e69dbeb5b5fcab7a2afc549d496d956f0 /include/bits/stdint.h | |
| parent | 8f4865c8d25e508154a1cb89291f79489a4b3b4c (diff) | |
| download | musl-1355fdca7cb923c93f9011d8e9dcf49e1a67e537.tar.gz | |
preparing build system to handle ports - step 1
Diffstat (limited to 'include/bits/stdint.h')
| -rw-r--r-- | include/bits/stdint.h | 23 | 
1 files changed, 0 insertions, 23 deletions
| diff --git a/include/bits/stdint.h b/include/bits/stdint.h deleted file mode 100644 index 8e21a8cb..00000000 --- a/include/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 | 
