diff options
author | Carlos O'Donell <carlos@redhat.com> | 2023-05-17 08:27:59 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2023-05-18 12:39:47 -0400 |
commit | b600f47758332d78f04daa970b02a4044a37ebd9 (patch) | |
tree | a1c99f0dbc6689d552f873f53a77f34b22d26b9b /nptl/tst-rwlock21.c | |
parent | 3643fb0a944d0e72a5c90680e389b7d73f97e172 (diff) | |
download | glibc-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-rwlock21.c')
-rw-r--r-- | nptl/tst-rwlock21.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/tst-rwlock21.c b/nptl/tst-rwlock21.c new file mode 100644 index 0000000000..615de5c015 --- /dev/null +++ b/nptl/tst-rwlock21.c @@ -0,0 +1,2 @@ +#define TYPE PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP +#include "tst-rwlock2.c" |