diff options
author | davidovski <david@davidovski.xyz> | 2022-12-19 23:07:05 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-12-19 23:07:05 +0000 |
commit | 05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 (patch) | |
tree | 0b058ac267139f2a0525dec42b307664363e5b11 /repo/zynaddsubfx/fix-memset.patch | |
parent | 4c61af227b0fb3e028c877dc1c2e0b6513960762 (diff) |
Making things work
Diffstat (limited to 'repo/zynaddsubfx/fix-memset.patch')
-rw-r--r-- | repo/zynaddsubfx/fix-memset.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/repo/zynaddsubfx/fix-memset.patch b/repo/zynaddsubfx/fix-memset.patch deleted file mode 100644 index 1439804..0000000 --- a/repo/zynaddsubfx/fix-memset.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/globals.h 2015-06-28 00:25:59.000000000 +0200 -+++ b/src/globals.h 2015-10-03 15:34:18.914712672 +0200 -@@ -25,6 +25,8 @@ - #ifndef GLOBALS_H - #define GLOBALS_H - -+#include <string.h> /* memset(3) */ -+ - #if defined(__clang__) - #define REALTIME __attribute__((annotate("realtime"))) - #define NONREALTIME __attribute__((annotate("nonrealtime"))) |