diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-10-25 17:02:51 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-10-25 17:02:51 -0700 |
commit | b9473651bcf3f0bbea40e9c1e68ec67214faf969 (patch) | |
tree | 696f5bef7d3c490f86fb8306eebe7b8d6ee5966b /nptl | |
parent | f303f97c2934288f6314c59564e6630925731f41 (diff) | |
download | glibc-b9473651bcf3f0bbea40e9c1e68ec67214faf969.tar glibc-b9473651bcf3f0bbea40e9c1e68ec67214faf969.tar.gz glibc-b9473651bcf3f0bbea40e9c1e68ec67214faf969.tar.bz2 glibc-b9473651bcf3f0bbea40e9c1e68ec67214faf969.zip |
Fix build breakage in tst-cond-except.c.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/tst-cond-except.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 553c778558..40ddc2504e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2012-10-25 Roland McGrath <roland@hack.frob.com> + + * tst-cond-except.c (TEST_FUNCTION): New macro. + 2012-10-25 Joseph Myers <joseph@codesourcery.com> * Makefile ($(objpfx)tst-tls6.out): Use $(BASH) not $(SHELL) to diff --git a/nptl/tst-cond-except.c b/nptl/tst-cond-except.c index be9c4ef70a..c294a41b2e 100644 --- a/nptl/tst-cond-except.c +++ b/nptl/tst-cond-except.c @@ -105,5 +105,6 @@ out: return ret; } +#define TEST_FUNCTION do_test () #define TIMEOUT 5 #include "../test-skeleton.c" |