summaryrefslogtreecommitdiff
path: root/benchmarks/unixbench/files/patch-src_execl.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/unixbench/files/patch-src_execl.c')
-rw-r--r--benchmarks/unixbench/files/patch-src_execl.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/benchmarks/unixbench/files/patch-src_execl.c b/benchmarks/unixbench/files/patch-src_execl.c
deleted file mode 100644
index 434380383c9e..000000000000
--- a/benchmarks/unixbench/files/patch-src_execl.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/execl.c.orig 1999-07-28 21:46:58 UTC
-+++ src/execl.c
-@@ -88,7 +88,7 @@ char *argv[];
- fprintf(stderr, "%lu loops\n", iter);
- exit(0);
- }
-- execl(fullpath, fullpath, "0", dur_str, count_str, start_str, 0);
-+ execl(fullpath, fullpath, "0", dur_str, count_str, start_str, NULL);
- printf("Exec failed at iteration %lu\n", iter);
- perror("Reason");
- exit(1);