aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/pvoc/patches/musl.patch
blob: 2d036bffba5cfa36e79a07ac14d10fda2144577e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- basics.h	2019-01-23 12:32:20.420486153 +0700
+++ basics.h	2019-01-23 12:33:23.746320325 +0700
@@ -46,6 +46,7 @@
 
 #include <assert.h>
 #include <stdio.h>
+#include <stdint.h>
 
 #include "ladspa.h"
 
@@ -77,15 +78,6 @@
 #define MIN_GAIN .000001 /* -120 dB */
 #define NOISE_FLOOR .00000000000005 /* -266 dB */
 
-typedef __int8_t			int8;
-typedef __uint8_t			uint8;
-typedef __int16_t			int16;
-typedef __uint16_t		uint16;
-typedef __int32_t			int32;
-typedef __uint32_t		uint32;
-typedef __int64_t			int64;
-typedef __uint64_t		uint64;
-
 typedef struct {
 	const char * name;
 	LADSPA_PortDescriptor descriptor;