freebsd-ports/benchmarks/libmicro/files/patch-siglongjmp.c
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

11 lines
226 B
C

--- siglongjmp.c.orig 2011-05-11 00:58:23 UTC
+++ siglongjmp.c
@@ -56,7 +56,7 @@ benchmark(void *tsd, result_t *res)
{
tsd_t *ts = (tsd_t *)tsd;
- int i = 0;
+ volatile int i = 0;
(void) sigsetjmp(ts->ts_env, 1);