diff options
author | Roland McGrath <roland@gnu.org> | 2007-05-19 08:21:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-05-19 08:21:27 +0000 |
commit | 77500386c5e716357f76d1fa70a2c2d164e0a8f0 (patch) | |
tree | 16be7d8f9d7bcb506993d19655711550fb690e9a /nptl | |
parent | df94b6412e0628cd577da0ce5626358a3967ee44 (diff) | |
download | glibc-77500386c5e716357f76d1fa70a2c2d164e0a8f0.tar.gz glibc-77500386c5e716357f76d1fa70a2c2d164e0a8f0.tar.xz glibc-77500386c5e716357f76d1fa70a2c2d164e0a8f0.zip |
Commit missing test case wrapper file.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/tst-robustpi9.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/tst-robustpi9.c b/nptl/tst-robustpi9.c new file mode 100644 index 0000000000..d059aa7d88 --- /dev/null +++ b/nptl/tst-robustpi9.c @@ -0,0 +1,2 @@ +#define ENABLE_PI 1 +#include "tst-robust9.c" |