Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/audio/alsa-lib/files/patch-include_pcm.h
16461 views
1
--- include/pcm.h.orig 2016-03-31 13:10:39 UTC
2
+++ include/pcm.h
3
@@ -29,6 +29,13 @@
4
#ifndef __ALSA_PCM_H
5
#define __ALSA_PCM_H
6
7
+#ifndef ESTRPIPE
8
+#define ESTRPIPE EPIPE
9
+#endif
10
+#ifndef EBADFD
11
+#define EBADFD EBADF
12
+#endif
13
+
14
#ifdef __cplusplus
15
extern "C" {
16
#endif
17
18