libc: Consolidate the size_t and NULL definitions
Consolidate the definition of size_t to one header per AArch, and
the definition of NULL to one header
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
Change-Id: Iecfbad2cf360cfb705ce7aaa981700fd16219b82
diff --git a/include/lib/libc/time.h b/include/lib/libc/time.h
index 714884b..c1c95e5 100644
--- a/include/lib/libc/time.h
+++ b/include/lib/libc/time.h
@@ -11,12 +11,8 @@
#ifndef TIME_H
#define TIME_H
-#include <time_.h>
+#include <stddef.h>
typedef long int time_t;
-#ifndef NULL
-#define NULL ((void *) 0)
-#endif
-
#endif /* TIME_H */