diff options
Diffstat (limited to 'sysdeps/pthread/tst-cond21.c')
-rw-r--r-- | sysdeps/pthread/tst-cond21.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/pthread/tst-cond21.c b/sysdeps/pthread/tst-cond21.c new file mode 100644 index 0000000000..89cb771b57 --- /dev/null +++ b/sysdeps/pthread/tst-cond21.c @@ -0,0 +1,3 @@ +#include <sys/time.h> +#define TIMED 1 +#include "tst-cond20.c" |