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