mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
f0dbe112f5
Reflow all long lines adding comment terminators. 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. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
8 lines
214 B
C
8 lines
214 B
C
/* Bug 21778: Fix oversight in robust mutex lock acquisition. */
|
|
#define TYPE PTHREAD_MUTEX_NORMAL
|
|
#define ROBUST PTHREAD_MUTEX_ROBUST
|
|
#define DELAY_NSEC 0
|
|
#define ROUNDS 1000
|
|
#define N 32
|
|
#include "tst-mutex7.c"
|