summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2015-02-15 12:49:55 -0500
committerAmar Takhar <amar@rtems.org>2015-02-15 12:49:55 -0500
commit5818dc4ed5a0bcdc3d2d4fdc5007b6fe94044aca (patch)
tree93e4a97a00b9442b222b98061e9496f1eb04143d
parenta238716ffddeb74410f6795547129beecc7cfde7 (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")