]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commitdiff
Pull all definitions from stddef.h, including bits like offsetof()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 7 Dec 2015 21:34:34 +0000 (21:34 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 7 Dec 2015 21:34:34 +0000 (21:34 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
include/xtf/types.h

index efa1c8ea1201ef761ca557e15769e030ea10cf71..1f4b5f4003bc014949561177407540fe7a57807d 100644 (file)
@@ -4,10 +4,6 @@
 #include <stdint.h>
 #include <stdbool.h>
 #include <stdarg.h>
-
-#define __need_size_t
-#define __need_ptrsize_t
-#define __need_NULL
 #include <stddef.h>
 
 #endif /* XTF_TYPES_H */