diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-26 23:12:38 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-27 00:08:46 +0100 |
commit | cc8d7d062e2db0a1ed3973e6af38cd1938ba74d7 (patch) | |
tree | 9e2db5741cbcb01a246821cc4fc9dc4df8e263b4 /test/silly/Makefile.in | |
parent | 560f416794403be952e850756d7e8b23e8fa92ac (diff) |
include: update atomic.h from glibc
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/silly/Makefile.in')
-rw-r--r-- | test/silly/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/silly/Makefile.in b/test/silly/Makefile.in index bb08e0db9..9bb4032b5 100644 --- a/test/silly/Makefile.in +++ b/test/silly/Makefile.in @@ -3,3 +3,6 @@ RET_hello := 42 RET_tiny := 42 + +# missing internal headers, disable these +GLIBC_TESTS_DISABLED := tst-atomic_glibc tst-atomic-long_glibc |