diff options
Diffstat (limited to 'audio/csound6/files/patch-Top-csound.c')
-rw-r--r-- | audio/csound6/files/patch-Top-csound.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/csound6/files/patch-Top-csound.c b/audio/csound6/files/patch-Top-csound.c index 2d07331e63e1..25e11ee4875a 100644 --- a/audio/csound6/files/patch-Top-csound.c +++ b/audio/csound6/files/patch-Top-csound.c @@ -1,4 +1,4 @@ ---- Top/csound.c.orig +--- Top/csound.c.orig 2015-04-25 19:06:23 UTC +++ Top/csound.c @@ -60,10 +60,13 @@ #include "cs_par_dispatch.h" @@ -15,8 +15,8 @@ #if defined(USE_OPENMP) #include <omp.h> #endif /* USE_OPENMP */ -@@ -3469,7 +3473,7 @@ - /* ------------------------------------ */ +@@ -3495,7 +3498,7 @@ void csoundNotifyFileOpened(CSOUND* csou + /* ------------------------------------ */ #if defined(HAVE_RDTSC) -#if !(defined(LINUX) && defined(__GNUC__) && defined(__i386__)) @@ -24,7 +24,7 @@ #undef HAVE_RDTSC #endif #endif -@@ -3482,6 +3486,13 @@ +@@ -3508,6 +3511,13 @@ static double timeResolutionSeconds = -1 static int getTimeResolution(void) { #if defined(HAVE_RDTSC) @@ -38,7 +38,7 @@ FILE *f; char buf[256]; -@@ -3517,9 +3528,14 @@ +@@ -3543,9 +3553,14 @@ static int getTimeResolution(void) } } fclose(f); |