diff options
Diffstat (limited to 'userland/libc/inttypes.h')
-rw-r--r-- | userland/libc/inttypes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/userland/libc/inttypes.h b/userland/libc/inttypes.h deleted file mode 100644 index 0bf39d1..0000000 --- a/userland/libc/inttypes.h +++ /dev/null @@ -1,5 +0,0 @@ -#include <stdint.h> - -// FIXME: These are not correct -#define PRId64 "d" -#define PRId32 "d" |