Skip to content

Commit 19a5229

Browse files
fix patch
1 parent 05cb11b commit 19a5229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/incremental/11-restart/12-mutex-simple-access.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- tests/incremental/13-restart-write/09-mutex-simple-access.c
2-
+++ tests/incremental/13-restart-write/09-mutex-simple-access.c
1+
--- tests/incremental/11-restart/12-mutex-simple-access.c
2+
+++ tests/incremental/11-restart/12-mutex-simple-access.c
33
@@ -7,7 +7,7 @@ pthread_mutex_t mutex2 = PTHREAD_MUTEX_INITIALIZER;
44

55
void *t_fun(void *arg) {

0 commit comments

Comments
 (0)