aboutsummaryrefslogtreecommitdiffstats
path: root/include/slibc-print.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-25 10:31:10 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-25 10:31:10 +0100
commit6cf6f036fbd5e17aad4f5bd901df00e497c1bf0f (patch)
tree2b74d71d967a896b421bacb120c34e482973d0b7 /include/slibc-print.h
parenttypo (diff)
downloadslibc-6cf6f036fbd5e17aad4f5bd901df00e497c1bf0f.tar.gz
slibc-6cf6f036fbd5e17aad4f5bd901df00e497c1bf0f.tar.bz2
slibc-6cf6f036fbd5e17aad4f5bd901df00e497c1bf0f.tar.xz
slibc-print does not define NULL
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--include/slibc-print.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/slibc-print.h b/include/slibc-print.h
index 1ef8922..dc3b90c 100644
--- a/include/slibc-print.h
+++ b/include/slibc-print.h
@@ -23,14 +23,6 @@
-/**
- * `NULL`'s canonical header is <stddef.h>
- */
-#ifndef NULL
-# define NULL ((void*)0)
-#endif
-
-
#define __NEED_size_t
#define __NEED_ssize_t
#define __NEED_wchar_t