diff options
Diffstat (limited to '')
-rw-r--r-- | benchmarks/libmicro/files/patch-mutex.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/libmicro/files/patch-mutex.c b/benchmarks/libmicro/files/patch-mutex.c index 8ff00c197695..c2f6d9463b8f 100644 --- a/benchmarks/libmicro/files/patch-mutex.c +++ b/benchmarks/libmicro/files/patch-mutex.c @@ -1,6 +1,6 @@ ---- mutex.c.orig Sat Aug 6 14:17:43 2005 -+++ mutex.c Sat Aug 6 14:18:26 2005 -@@ -125,9 +125,11 @@ +--- mutex.c.orig 2011-05-11 00:58:23 UTC ++++ mutex.c +@@ -121,9 +121,11 @@ benchmark_initrun() errors++; } else { (void) pthread_mutexattr_init(&attr); |