summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-lib/patches/0002-stdint_compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/alsa-lib/patches/0002-stdint_compat.patch')
-rw-r--r--audio-drivers/alsa-lib/patches/0002-stdint_compat.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio-drivers/alsa-lib/patches/0002-stdint_compat.patch b/audio-drivers/alsa-lib/patches/0002-stdint_compat.patch
deleted file mode 100644
index 0ff7b41247..0000000000
--- a/audio-drivers/alsa-lib/patches/0002-stdint_compat.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Use stdlib.h defined types uint8_t, uint16_t, uint32_t and uint64_t
-for compatibility with musl libc
-
---- a/include/pcm.h 2015-02-26 13:34:52.000000000 +0100
-+++ a/include/pcm.h 2015-07-28 13:44:32.423885625 +0200
-@@ -29,6 +29,8 @@
- #ifndef __ALSA_PCM_H
- #define __ALSA_PCM_H
-
-+#include <stdint.h> /* uint_ types */
-+
- #ifdef __cplusplus
- extern "C" {
- #endif