diff options
Diffstat (limited to 'test/nptl/tst-rwlock2a.c')
-rw-r--r-- | test/nptl/tst-rwlock2a.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/nptl/tst-rwlock2a.c b/test/nptl/tst-rwlock2a.c new file mode 100644 index 000000000..615de5c01 --- /dev/null +++ b/test/nptl/tst-rwlock2a.c @@ -0,0 +1,2 @@ +#define TYPE PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP +#include "tst-rwlock2.c" |