diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-30 14:48:41 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-30 15:35:51 -0800 |
commit | 49660048bffde0caa891da7ebfe1466d15c6e930 (patch) | |
tree | 222dd165aced4141ea914a04b03372d904612d59 /tests/stat/src.c | |
parent | c2e49c8b6bbd881f28ad5379e60a8938cbac23cc (diff) |
refactor compiler to allow future batching of types and globals. move postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this
Diffstat (limited to 'tests/stat/src.c')
-rw-r--r-- | tests/stat/src.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/stat/src.c b/tests/stat/src.c index 3b3b8421..bdf27ca2 100644 --- a/tests/stat/src.c +++ b/tests/stat/src.c @@ -1,3 +1,8 @@ +/* +Note: Hardcoded st_ino values etc. may change with minor changes to the library impl. + In such an event, we will need to update output.txt here. +*/ + #include <stdio.h> #include <string.h> #include <errno.h> |