summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2015-02-15 12:49:55 -0500
committerAmar Takhar <amar@rtems.org>2015-12-11 15:15:44 -0500
commit25c2546b9464f3542c454f024ad731cde4190b3e (patch)
tree95552aecfd9cc7c24fbf298950c003b5b2b99116
parent8415c0181d2dff815933b39a1848691d47188985 (diff)
Add a hack for SIZEOF_BLKSIZE_T
These will be resolved soon more discussion is necessary.
-rw-r--r--rtems_waf/configure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtems_waf/configure.py b/rtems_waf/configure.py
index 3aa177c31b..db93f293e7 100644
--- a/rtems_waf/configure.py
+++ b/rtems_waf/configure.py
@@ -111,6 +111,7 @@ def config_h_libcpu(ctx):
ctx.define('SIZEOF_VOID_P', 4)
ctx.define('SIZEOF_OFF_T', 8)
ctx.define('SIZEOF_TIME_T', 4) # XXX: hack for cpukit/libmisc/uuid/gen_uuid.c
+ ctx.define('SIZEOF_BLKSIZE_T', 4) # XXX: hack for tests
# ctx.check_size("off_t")
# ctx.check_size("void *", define_name="SIZEOF_VOID_P")