about summary refs log tree commit diff
path: root/nptl/tst-rwlock22.c
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2023-05-17 08:27:59 -0400
committerCarlos O'Donell <carlos@redhat.com>2023-05-18 12:39:47 -0400
commitb600f47758332d78f04daa970b02a4044a37ebd9 (patch)
treea1c99f0dbc6689d552f873f53a77f34b22d26b9b /nptl/tst-rwlock22.c
parent3643fb0a944d0e72a5c90680e389b7d73f97e172 (diff)
downloadglibc-b600f47758332d78f04daa970b02a4044a37ebd9.tar.gz
glibc-b600f47758332d78f04daa970b02a4044a37ebd9.tar.xz
glibc-b600f47758332d78f04daa970b02a4044a37ebd9.zip
nptl: Reformat Makefile.
Reflow all long lines adding comment terminators.
Rename files that cause inconsistent ordering.
Sort all reflowed text using scripts/sort-makefile-lines.py.

No code generation changes observed in binary artifacts.
No regressions on x86_64 and i686.
Diffstat (limited to 'nptl/tst-rwlock22.c')
-rw-r--r--nptl/tst-rwlock22.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/tst-rwlock22.c b/nptl/tst-rwlock22.c
new file mode 100644
index 0000000000..5ebaa3a546
--- /dev/null
+++ b/nptl/tst-rwlock22.c
@@ -0,0 +1,2 @@
+#define TYPE PTHREAD_RWLOCK_PREFER_WRITER_NP
+#include "tst-rwlock2.c"