diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-31 08:56:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-31 08:56:14 +0000 |
commit | 10bb97c7933700d5ca3b596c67d59ee944774d88 (patch) | |
tree | 124d2f3b06a537c99719f331a60a04607d362cac /nptl/tst-rwlock2a.c | |
parent | e4d6e7f5c0e85084fd153a2eb86a3ced65ea0b5a (diff) | |
download | glibc-10bb97c7933700d5ca3b596c67d59ee944774d88.tar.gz glibc-10bb97c7933700d5ca3b596c67d59ee944774d88.tar.xz glibc-10bb97c7933700d5ca3b596c67d59ee944774d88.zip |
(tests): Add tst-rwlock2a.
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" |