From b600f47758332d78f04daa970b02a4044a37ebd9 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 17 May 2023 08:27:59 -0400 Subject: 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. --- nptl/tst-rwlock2a.c | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 nptl/tst-rwlock2a.c (limited to 'nptl/tst-rwlock2a.c') diff --git a/nptl/tst-rwlock2a.c b/nptl/tst-rwlock2a.c deleted file mode 100644 index 615de5c015..0000000000 --- a/nptl/tst-rwlock2a.c +++ /dev/null @@ -1,2 +0,0 @@ -#define TYPE PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP -#include "tst-rwlock2.c" -- cgit v1.2.3